mirror of https://github.com/sbt/sbt.git
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:
parent
ca53c68b87
commit
6859070145
|
|
@ -6,5 +6,5 @@ lazy val a = project.settings(
|
|||
)
|
||||
|
||||
lazy val b = project.settings(
|
||||
scalaVersion := "2.10.1"
|
||||
scalaVersion := "2.10.6"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
scalaVersion := "2.10.1"
|
||||
scalaVersion := "2.10.6"
|
||||
|
||||
externalPom()
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue