mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-04-19 02:05:17 -04:00
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",
|
name := "LibreCaptcha",
|
||||||
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.0.24",
|
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.0.24",
|
||||||
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "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" }
|
Compile / unmanagedResourceDirectories += { baseDirectory.value / "lib" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user