We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f331d11 commit 429b5ebCopy full SHA for 429b5eb
build.sbt
@@ -10,7 +10,7 @@ def jwrite(dir: java.io.File)(name: String, content: String) = {
10
11
lazy val commonSettings = Seq(
12
scalaVersion := "2.11.7",
13
- crossScalaVersions := List("2.11.7" /* TODO, "2.12.0-M3"*/),
+ crossScalaVersions := List("2.11.7", "2.12.0-M3"),
14
organization := "org.scala-lang.modules",
15
version := "0.6.0-SNAPSHOT"
16
)
0 commit comments