Skip to content

Commit

Permalink
Update scrimage-scala to 4.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Nov 17, 2021
1 parent c12015b commit 727358c
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 @@ -44,7 +44,7 @@ lazy val pluginSettings: Seq[Def.Setting[_]] = Seq(
"org.http4s" %% "http4s-blaze-client" % "0.21.31",
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
"com.lihaoyi" %% "scalatags" % "0.10.0",
"com.sksamuel.scrimage" %% "scrimage-scala" % "4.0.22",
"com.sksamuel.scrimage" %% "scrimage-scala" % "4.0.23",
"org.scalatest" %% "scalatest" % "3.2.10" % Test,
"org.scalatestplus" %% "scalacheck-1-15" % "3.2.10.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 @@ -8,5 +8,5 @@ libraryDependencies ++= Seq(
"com.47deg" %% "github4s" % "0.24.0",
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
"com.lihaoyi" %% "scalatags" % "0.10.0",
"com.sksamuel.scrimage" %% "scrimage-scala" % "4.0.22"
"com.sksamuel.scrimage" %% "scrimage-scala" % "4.0.23"
)

0 comments on commit 727358c

Please sign in to comment.