Skip to content

Commit

Permalink
Merge pull request #218 from scala-steward/update/scrimage-core-4.1.0
Browse files Browse the repository at this point in the history
Update scrimage-core, scrimage-filters to 4.1.0
  • Loading branch information
hrj authored Sep 21, 2023
2 parents 15c9574 + 5ddfab9 commit 1696050
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.0.42",
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.0.42",
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.1.0",
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.1.0",
libraryDependencies += "org.json4s" %% "json4s-jackson" % "4.0.6"
)

Expand Down

0 comments on commit 1696050

Please sign in to comment.