mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-04-04 03:40:18 -04:00
Added Library dependencies
Added compile support for Java
This commit is contained in:
parent
4acb527ec8
commit
6394fde5d2
@ -13,8 +13,14 @@ lazy val root = (project in file(".")).
|
|||||||
|
|
||||||
libraryDependencies += "com.sksamuel.scrimage" %% "scrimage-io-extra" % "2.1.8",
|
libraryDependencies += "com.sksamuel.scrimage" %% "scrimage-io-extra" % "2.1.8",
|
||||||
|
|
||||||
libraryDependencies += "com.sksamuel.scrimage" %% "scrimage-filters" % "2.1.8"
|
libraryDependencies += "com.sksamuel.scrimage" %% "scrimage-filters" % "2.1.8",
|
||||||
|
|
||||||
|
libraryDependencies += "org.json4s" %% "json4s-jackson" % "3.6.1"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
unmanagedResourceDirectories in Compile += {baseDirectory.value / "lib"}
|
||||||
|
javacOptions += "-g:none"
|
||||||
|
compileOrder := CompileOrder.JavaThenScala
|
||||||
|
|
||||||
fork in run := true
|
fork in run := true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user