File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments