Set default scala version to 2.12.1

Rather than 2.11.8
This commit is contained in:
Alexandre Archambault 2017-01-30 23:07:51 +01:00
parent e94dbc7e68
commit ff0e441f43
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ function isMasterOrDevelop() {
}
# Required for ~/.ivy2/local repo tests
~/sbt coreJVM/publishLocal http-server/publishLocal
~/sbt ++2.11.8 coreJVM/publishLocal http-server/publishLocal
# Required for HTTP authentication tests
./coursier launch \

View File

@ -97,7 +97,7 @@ lazy val scalaVersionAgnosticCommonSettings = Seq(
) ++ releaseSettings
lazy val commonSettings = scalaVersionAgnosticCommonSettings ++ Seq(
scalaVersion := "2.11.8",
scalaVersion := "2.12.1",
crossScalaVersions := Seq("2.12.1", "2.11.8", "2.10.6"),
libraryDependencies ++= {
if (scalaBinaryVersion.value == "2.10")