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 a077c9f commit 9219232Copy full SHA for 9219232
build.sbt
@@ -2,7 +2,7 @@ publishArtifact := false
2
3
organization in ThisBuild := "com.thoughtworks.extractor"
4
5
-crossScalaVersions in ThisBuild := Seq("2.10.6", "2.11.8", "2.12.0-RC2")
+crossScalaVersions in ThisBuild := Seq("2.10.6", "2.11.8", "2.12.0")
6
7
lazy val extractor = crossProject in file(".")
8
0 commit comments