Update json4s-jackson_2.13 to 3.6.12
This commit is contained in:
parent
46e084095c
commit
83dcd65da3
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue