Merge pull request #106 from scala-steward/update/json4s-jackson_2.13-3.6.12

Update json4s-jackson_2.13 to 3.6.12
This commit is contained in:
hrj 2021-12-16 07:04:48 +05:30 committed by GitHub
commit e3494de0bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.11"
libraryDependencies += "org.json4s" % "json4s-jackson_2.13" % "3.6.12"
)
Compile / unmanagedResourceDirectories += { baseDirectory.value / "lib" }