Skip to content

Commit d3b97e6

Browse files
committed
Build on 2.12.0-M5 and 2.12.0-RC1, both on Travis and in sbt
1 parent 90270f4 commit d3b97e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ script:
1414
scala:
1515
- 2.11.8
1616
- 2.12.0-M5
17+
- 2.12.0-RC1
1718
jdk:
1819
- oraclejdk8
1920
notifications:

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def osgiExport(scalaVersion: String, version: String) = {
1616
}
1717

1818
lazy val commonSettings = Seq(
19-
crossScalaVersions := List("2.12.0-RC1", "2.11.8"),
19+
crossScalaVersions := List("2.12.0-RC1", "2.12.0-M5", "2.11.8"),
2020
scalaVersion := crossScalaVersions.value.head,
2121
organization := "org.scala-lang.modules",
2222
version := "0.8.0-SNAPSHOT"

0 commit comments

Comments
 (0)