Skip to content

Commit

Permalink
cross-compile 2.12 manually due to jdk incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mutcianm committed Jun 2, 2016
1 parent b697725 commit a8075f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ lazy val core = newProject("core")
else
Seq.empty
},
crossScalaVersions := Seq("2.9.2", "2.10.4", "2.11.6", "2.12.0-M4")
crossScalaVersions := Seq("2.9.2", "2.10.4", "2.11.6")
)

lazy val extractor = newProject("extractor")
Expand Down

0 comments on commit a8075f0

Please sign in to comment.