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(
|
||||
inThisBuild(List(
|
||||
organization := "com.example",
|
||||
scalaVersion := "2.12.3",
|
||||
scalaVersion := "2.12.8",
|
||||
version := "0.1.0-SNAPSHOT")),
|
||||
name := "LibreCaptcha",
|
||||
libraryDependencies += scalaTest % Test,
|
||||
|
|
|
@ -1 +1 @@
|
|||
sbt.version=1.0.4
|
||||
sbt.version=1.2.8
|
||||
|
|
Loading…
Reference in New Issue