Skip to content

Commit 5246b1d

Browse files
committed
Update scrimage-core, scrimage-filters to 4.4.2
Signed-off-by: Scala Steward <scala_steward@virtuslab.com>
1 parent acc78cd commit 5246b1d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ lazy val root = (project in file(".")).settings(
1212
)
1313
),
1414
name := "LibreCaptcha",
15-
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.3.10",
16-
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.3.10",
15+
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.4.2",
16+
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.4.2",
1717
libraryDependencies += "dev.zio" %% "zio-blocks-schema" % "0.0.31",
18-
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test,
18+
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test
1919
)
2020

2121
Compile / unmanagedResourceDirectories += { baseDirectory.value / "lib" }

0 commit comments

Comments
 (0)