mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-04-16 08:58:01 -04:00
update scala and sbt versions
This commit is contained in:
parent
8f701f255e
commit
2d13c10812
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user