Merge pull request #227 from scala-steward/update/json4s-jackson-4.0.7

Update json4s-jackson to 4.0.7
This commit is contained in:
hrj 2023-12-04 08:02:53 +05:30 committed by GitHub
commit 121b190c32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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