mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-02-14 20:12:28 -05:00
bump versions of sbt, scala and libraries
This commit is contained in:
parent
19175d122f
commit
461e1a6ead
10
build.sbt
10
build.sbt
@ -4,18 +4,18 @@ lazy val root = (project in file(".")).
|
|||||||
settings(
|
settings(
|
||||||
inThisBuild(List(
|
inThisBuild(List(
|
||||||
organization := "com.example",
|
organization := "com.example",
|
||||||
scalaVersion := "2.12.8",
|
scalaVersion := "2.13.2",
|
||||||
version := "0.1.0-SNAPSHOT")),
|
version := "0.1.0-SNAPSHOT")),
|
||||||
name := "LibreCaptcha",
|
name := "LibreCaptcha",
|
||||||
libraryDependencies += scalaTest % Test,
|
libraryDependencies += scalaTest % Test,
|
||||||
|
|
||||||
libraryDependencies += "com.sksamuel.scrimage" %% "scrimage-core" % "2.1.8",
|
libraryDependencies += "com.sksamuel.scrimage" %% "scrimage-core" % "4.0.5",
|
||||||
|
|
||||||
libraryDependencies += "com.sksamuel.scrimage" %% "scrimage-io-extra" % "2.1.8",
|
libraryDependencies += "com.sksamuel.scrimage" %% "scrimage-io-extra" % "4.0.5",
|
||||||
|
|
||||||
libraryDependencies += "com.sksamuel.scrimage" %% "scrimage-filters" % "2.1.8",
|
libraryDependencies += "com.sksamuel.scrimage" %% "scrimage-filters" % "4.0.5",
|
||||||
|
|
||||||
libraryDependencies += "org.json4s" %% "json4s-jackson" % "3.6.5"
|
libraryDependencies += "org.json4s" %% "json4s-jackson" % "3.6.9"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
sbt.version=1.2.8
|
sbt.version=1.3.12
|
||||||
|
Loading…
x
Reference in New Issue
Block a user