There was an error while loading. Please reload this page.
2 parents 79f6463 + 2809d66 commit fecf095Copy full SHA for fecf095
1 file changed
build.sbt
@@ -14,7 +14,7 @@ lazy val root = (project in file(".")).settings(
14
name := "LibreCaptcha",
15
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.3.5",
16
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.3.5",
17
- libraryDependencies += "org.json4s" %% "json4s-jackson" % "4.0.7"
+ libraryDependencies += "io.github.json4s" %% "json4s-jackson" % "4.1.0"
18
)
19
20
Compile / unmanagedResourceDirectories += { baseDirectory.value / "lib" }
0 commit comments