Skip to content

Commit

Permalink
Update scrimage-scala to 4.0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Mar 27, 2023
1 parent 2ae1710 commit 04c4fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ lazy val pluginSettings: Seq[Def.Setting[_]] = Seq(
"org.http4s" %% "http4s-blaze-client" % "0.23.14",
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
"com.lihaoyi" %% "scalatags" % "0.12.0",
"com.sksamuel.scrimage" %% "scrimage-scala" % "4.0.33",
"com.sksamuel.scrimage" %% "scrimage-scala" % "4.0.34",
"com.github.marklister" %% "base64" % "0.3.0",
"org.scalatest" %% "scalatest" % "3.2.15" % Test,
"org.scalatestplus" %% "scalacheck-1-15" % "3.2.11.0" % Test
Expand Down
2 changes: 1 addition & 1 deletion project/dependencies.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ libraryDependencies ++= Seq(
"org.http4s" %% "http4s-blaze-client" % "0.23.14",
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
"com.lihaoyi" %% "scalatags" % "0.12.0",
"com.sksamuel.scrimage" %% "scrimage-scala" % "4.0.33",
"com.sksamuel.scrimage" %% "scrimage-scala" % "4.0.34",
"com.github.marklister" %% "base64" % "0.3.0"
)

0 comments on commit 04c4fbb

Please sign in to comment.