Merge pull request #245 from scala-steward/update/scrimage-core-4.2.0

Update scrimage-core, scrimage-filters to 4.2.0
This commit is contained in:
hrj 2024-08-13 11:47:38 +05:30 committed by GitHub
commit 220eec02b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.1.3", libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.2.0",
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.1.3", libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.2.0",
libraryDependencies += "org.json4s" %% "json4s-jackson" % "4.0.7" libraryDependencies += "org.json4s" %% "json4s-jackson" % "4.0.7"
) )