Skip to content

Commit

Permalink
Merge pull request #245 from scala-steward/update/scrimage-core-4.2.0
Browse files Browse the repository at this point in the history
Update scrimage-core, scrimage-filters to 4.2.0
  • Loading branch information
hrj authored Aug 13, 2024
2 parents 7887622 + 3e822ef commit 220eec0
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 220eec0

Please sign in to comment.