mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-26 20:43:14 -05:00
bump scala version
This commit is contained in:
parent
9af66adf9f
commit
d3ffc5ae62
@ -2,16 +2,16 @@ lazy val root = (project in file(".")).
|
||||
settings(
|
||||
inThisBuild(List(
|
||||
organization := "com.example",
|
||||
scalaVersion := "2.13.2",
|
||||
scalaVersion := "2.13.3",
|
||||
version := "0.1.0-SNAPSHOT")),
|
||||
name := "LibreCaptcha",
|
||||
|
||||
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.0.5",
|
||||
|
||||
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.0.5",
|
||||
|
||||
|
||||
libraryDependencies += "org.json4s" % "json4s-jackson_2.13" % "3.6.9"
|
||||
|
||||
|
||||
)
|
||||
|
||||
unmanagedResourceDirectories in Compile += {baseDirectory.value / "lib"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user