Update json4s-jackson to 4.0.4

This commit is contained in:
Scala Steward 2022-01-23 08:15:38 +01:00
parent b8eb7223e2
commit 925b45d6f6
No known key found for this signature in database
GPG Key ID: 96BDF10FFAB8B6A6
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.0.25",
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.0.25",
libraryDependencies += "org.json4s" %% "json4s-jackson" % "4.0.3"
libraryDependencies += "org.json4s" %% "json4s-jackson" % "4.0.4"
)
Compile / unmanagedResourceDirectories += { baseDirectory.value / "lib" }