Skip to content

Commit 70fa4da

Browse files
committed
Merge pull request #60 from retronym/topic/enable-2.12
Enable cross build for 2.12.0-M3
2 parents f331d11 + 1519578 commit 70fa4da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ script:
1313
- admin/build.sh
1414
scala:
1515
- 2.11.7
16-
# - 2.12.0-M3
16+
- 2.12.0-M3
1717
jdk:
1818
- oraclejdk8
1919
notifications:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def jwrite(dir: java.io.File)(name: String, content: String) = {
1010

1111
lazy val commonSettings = Seq(
1212
scalaVersion := "2.11.7",
13-
crossScalaVersions := List("2.11.7" /* TODO, "2.12.0-M3"*/),
13+
crossScalaVersions := List("2.11.7", "2.12.0-M3"),
1414
organization := "org.scala-lang.modules",
1515
version := "0.6.0-SNAPSHOT"
1616
)

0 commit comments

Comments
 (0)