Update scrimage-core, scrimage-filters to 4.0.32

This commit is contained in:
Scala Steward 2022-08-28 14:32:06 +00:00
parent 5794693f51
commit 32ac8f5baa
No known key found for this signature in database
GPG Key ID: 7FE176635A140508
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ lazy val root = (project in file(".")).settings(
) )
), ),
name := "LibreCaptcha", name := "LibreCaptcha",
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.0.31", libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.0.32",
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.0.31", libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.0.32",
libraryDependencies += "org.json4s" %% "json4s-jackson" % "4.0.5" libraryDependencies += "org.json4s" %% "json4s-jackson" % "4.0.5"
) )