Update json4s-jackson to 4.0.7
This commit is contained in:
parent
476ef499e3
commit
26bc159342
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue