Skip to content

Commit

Permalink
Update scrimage-core, scrimage-filters to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 12, 2024
1 parent 7887622 commit 3e822ef
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.3",
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.1.3",
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.2.0",
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.2.0",
libraryDependencies += "org.json4s" %% "json4s-jackson" % "4.0.7"
)

Expand Down

0 comments on commit 3e822ef

Please sign in to comment.