update scala and sbt versions

This commit is contained in:
hrj 2019-03-13 23:38:24 +05:30
parent 8f701f255e
commit 2d13c10812
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -1 +1 @@
sbt.version=1.0.4
sbt.version=1.2.8