Merge pull request #180 from scala-steward/update/json4s-jackson-4.0.6

Update json4s-jackson to 4.0.6
This commit is contained in:
hrj 2022-10-24 10:42:55 +05:30 committed by GitHub
commit 85cfdf642c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ lazy val root = (project in file(".")).settings(
name := "LibreCaptcha",
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.0.32",
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.0.32",
libraryDependencies += "org.json4s" %% "json4s-jackson" % "4.0.5"
libraryDependencies += "org.json4s" %% "json4s-jackson" % "4.0.6"
)
Compile / unmanagedResourceDirectories += { baseDirectory.value / "lib" }