mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-12 22:43:20 -05:00
Merge pull request #106 from scala-steward/update/json4s-jackson_2.13-3.6.12
Update json4s-jackson_2.13 to 3.6.12
This commit is contained in:
commit
e3494de0bd
@ -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" }
|
||||||
@ -27,6 +27,6 @@ compileOrder := CompileOrder.JavaThenScala
|
|||||||
javafmtOnCompile := false
|
javafmtOnCompile := false
|
||||||
assembly / mainClass := Some("lc.LCFramework")
|
assembly / mainClass := Some("lc.LCFramework")
|
||||||
Compile / run / mainClass := Some("lc.LCFramework")
|
Compile / run / mainClass := Some("lc.LCFramework")
|
||||||
assembly / assemblyJarName := "LibreCaptcha.jar"
|
assembly / assemblyJarName := "LibreCaptcha.jar"
|
||||||
|
|
||||||
run / fork := true
|
run / fork := true
|
||||||
|
Loading…
Reference in New Issue
Block a user