mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-11-20 18:06:02 -05:00
update scala and sbt versions
This commit is contained in:
@@ -4,7 +4,7 @@ lazy val root = (project in file(".")).
|
|||||||
settings(
|
settings(
|
||||||
inThisBuild(List(
|
inThisBuild(List(
|
||||||
organization := "com.example",
|
organization := "com.example",
|
||||||
scalaVersion := "2.12.3",
|
scalaVersion := "2.12.8",
|
||||||
version := "0.1.0-SNAPSHOT")),
|
version := "0.1.0-SNAPSHOT")),
|
||||||
name := "LibreCaptcha",
|
name := "LibreCaptcha",
|
||||||
libraryDependencies += scalaTest % Test,
|
libraryDependencies += scalaTest % Test,
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
sbt.version=1.0.4
|
sbt.version=1.2.8
|
||||||
|
|||||||
Reference in New Issue
Block a user