Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit f480422

Browse files
committed
Build for Scala 2.11.7, 2.12.0-M1, 2.12.0-M2 and 2.12.0-M3
To be tagged as release 1.0.11.
1 parent d03b8fa commit f480422

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ scalaModuleSettings
44

55
name := "scala-partest"
66

7-
version := "1.0.11-SNAPSHOT"
7+
version := "1.0.12-SNAPSHOT"
88

99
scalaVersion := crossScalaVersions.value.head
1010

1111
crossScalaVersions := {
1212
val java = System.getProperty("java.version")
1313
if (java.startsWith("1.6."))
14-
Seq("2.11.6", "2.12.0-M1")
14+
Seq("2.11.7", "2.12.0-M1")
1515
else if (java.startsWith("1.8."))
16-
Seq("2.12.0-M2")
16+
Seq("2.12.0-M2", "2.12.0-M3")
1717
else
1818
sys.error(s"don't know what Scala versions to build on $java")
1919
}

0 commit comments

Comments
 (0)