Skip to content

Commit

Permalink
Merge pull request #219 from scala-steward/update/scrimage-core-4.1.1
Browse files Browse the repository at this point in the history
Update scrimage-core, scrimage-filters to 4.1.1
  • Loading branch information
hrj authored Oct 17, 2023
2 parents 1696050 + fe2315f commit be0612b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ lazy val root = (project in file(".")).settings(
)
),
name := "LibreCaptcha",
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.1.0",
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.1.0",
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.1.1",
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.1.1",
libraryDependencies += "org.json4s" %% "json4s-jackson" % "4.0.6"
)

Expand Down

0 comments on commit be0612b

Please sign in to comment.