Skip to content

Commit 429b5eb

Browse files
committed
Enable cross build for 2.12.0-M3
1 parent f331d11 commit 429b5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)