Update Scala 2.10 versions to work on JDK 8

Must be at least 2.10.3, but I just went with the last stable release 2.10.6
This commit is contained in:
Dale Wijnand 2016-10-09 12:50:11 -05:00
parent ca53c68b87
commit 6859070145
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
9 changed files with 15 additions and 15 deletions

View File

@ -6,5 +6,5 @@ lazy val a = project.settings(
)
lazy val b = project.settings(
scalaVersion := "2.10.1"
scalaVersion := "2.10.6"
)

View File

@ -1,3 +1,3 @@
scalaVersion := "2.10.1"
scalaVersion := "2.10.6"
externalPom()

View File

@ -1,5 +1,5 @@
scalaVersion := "2.10.1"
scalaVersion := "2.10.6"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP28"
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")

View File

@ -1,5 +1,5 @@
scalaVersion := "2.10.1"
scalaVersion := "2.10.6"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP28"
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")

View File

@ -1,7 +1,7 @@
scalaVersion := "2.10.1"
scalaVersion := "2.10.6"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP28"
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")
parallelExecution in Test := true
parallelExecution in Test := true

View File

@ -1,7 +1,7 @@
scalaVersion := "2.10.1"
scalaVersion := "2.10.6"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP28"
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")
parallelExecution in Test := false
parallelExecution in Test := false

View File

@ -7,7 +7,7 @@ lazy val root = (project in file(".")).
settings(inThisBuild(List(
organization := "com.softwaremill",
version := "0.0.1-SNAPSHOT",
scalaVersion := "2.10.0"
scalaVersion := "2.10.6"
)),
commonSettings
)

View File

@ -1,5 +1,5 @@
scalaVersion := "2.10.1"
scalaVersion := "2.10.6"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP28"
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")

View File

@ -1,5 +1,5 @@
scalaVersion := "2.10.1"
scalaVersion := "2.10.6"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP28"
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")