Skip to content

Commit

Permalink
Merge pull request #155 from scala-steward/update/json4s-jackson-4.0.5
Browse files Browse the repository at this point in the history
Update json4s-jackson to 4.0.5
  • Loading branch information
hrj authored Apr 5, 2022
2 parents e6b09b8 + fb1bfbd commit e35d569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lazy val root = (project in file(".")).settings(
name := "LibreCaptcha",
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.0.31",
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.0.31",
libraryDependencies += "org.json4s" %% "json4s-jackson" % "4.0.4"
libraryDependencies += "org.json4s" %% "json4s-jackson" % "4.0.5"
)

Compile / unmanagedResourceDirectories += { baseDirectory.value / "lib" }
Expand Down

0 comments on commit e35d569

Please sign in to comment.