Skip to content

Commit 04c4fbb

Browse files
authored
Update scrimage-scala to 4.0.34
1 parent 2ae1710 commit 04c4fbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ lazy val pluginSettings: Seq[Def.Setting[_]] = Seq(
4343
"org.http4s" %% "http4s-blaze-client" % "0.23.14",
4444
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
4545
"com.lihaoyi" %% "scalatags" % "0.12.0",
46-
"com.sksamuel.scrimage" %% "scrimage-scala" % "4.0.33",
46+
"com.sksamuel.scrimage" %% "scrimage-scala" % "4.0.34",
4747
"com.github.marklister" %% "base64" % "0.3.0",
4848
"org.scalatest" %% "scalatest" % "3.2.15" % Test,
4949
"org.scalatestplus" %% "scalacheck-1-15" % "3.2.11.0" % Test

project/dependencies.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ libraryDependencies ++= Seq(
99
"org.http4s" %% "http4s-blaze-client" % "0.23.14",
1010
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
1111
"com.lihaoyi" %% "scalatags" % "0.12.0",
12-
"com.sksamuel.scrimage" %% "scrimage-scala" % "4.0.33",
12+
"com.sksamuel.scrimage" %% "scrimage-scala" % "4.0.34",
1313
"com.github.marklister" %% "base64" % "0.3.0"
1414
)

0 commit comments

Comments
 (0)