Update scrimage-core, scrimage-filters to 4.0.25
This commit is contained in:
parent
715758ad48
commit
85d20d8fff
|
@ -5,21 +5,21 @@ lazy val root = (project in file(".")).settings(
|
||||||
scalaVersion := "3.1.0",
|
scalaVersion := "3.1.0",
|
||||||
version := "0.1.0-SNAPSHOT",
|
version := "0.1.0-SNAPSHOT",
|
||||||
semanticdbEnabled := true,
|
semanticdbEnabled := true,
|
||||||
semanticdbVersion := scalafixSemanticdb.revision,
|
semanticdbVersion := scalafixSemanticdb.revision
|
||||||
|
|
||||||
// This is apparently not supported on Scala 3 currently
|
// This is apparently not supported on Scala 3 currently
|
||||||
// scalafixScalaBinaryVersion := "3.1"
|
// scalafixScalaBinaryVersion := "3.1"
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
name := "LibreCaptcha",
|
name := "LibreCaptcha",
|
||||||
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.0.24",
|
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.0.25",
|
||||||
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.0.24",
|
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.0.25",
|
||||||
libraryDependencies += "org.json4s" %% "json4s-jackson" % "4.0.3"
|
libraryDependencies += "org.json4s" %% "json4s-jackson" % "4.0.3"
|
||||||
)
|
)
|
||||||
|
|
||||||
Compile / unmanagedResourceDirectories += { baseDirectory.value / "lib" }
|
Compile / unmanagedResourceDirectories += { baseDirectory.value / "lib" }
|
||||||
scalacOptions ++= List(
|
scalacOptions ++= List(
|
||||||
"-deprecation",
|
"-deprecation"
|
||||||
)
|
)
|
||||||
javacOptions += "-g:none"
|
javacOptions += "-g:none"
|
||||||
compileOrder := CompileOrder.JavaThenScala
|
compileOrder := CompileOrder.JavaThenScala
|
||||||
|
|
Loading…
Reference in New Issue