mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-12 14:33:20 -05:00
Update json4s-jackson_2.13 to 4.0.3
This commit is contained in:
parent
4fc2d4ebb0
commit
f4187720d2
@ -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.12"
|
||||
libraryDependencies += "org.json4s" % "json4s-jackson_2.13" % "4.0.3"
|
||||
)
|
||||
|
||||
Compile / unmanagedResourceDirectories += { baseDirectory.value / "lib" }
|
||||
|
Loading…
Reference in New Issue
Block a user