Update json4s-jackson_2.13 to 4.0.3

This commit is contained in:
Scala Steward 2021-12-16 09:50:17 +01:00 committed by hrj
parent 4fc2d4ebb0
commit f4187720d2

View File

@ -12,7 +12,7 @@ lazy val root = (project in file(".")).settings(
name := "LibreCaptcha",
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.0.24",
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.0.24",
libraryDependencies += "org.json4s" % "json4s-jackson_2.13" % "3.6.12"
libraryDependencies += "org.json4s" % "json4s-jackson_2.13" % "4.0.3"
)
Compile / unmanagedResourceDirectories += { baseDirectory.value / "lib" }