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 c1db5fd commit 6b04109Copy full SHA for 6b04109
build.sbt
@@ -2,11 +2,11 @@ scalaModuleSettings
2
3
name := "scala-xml"
4
5
-version := "1.0.0-SNAPSHOT"
+version := "1.0.1-SNAPSHOT"
6
7
-scalaVersion := "2.11.0-M8"
+scalaVersion := "2.11.0-RC1"
8
9
-snapshotScalaBinaryVersion := "2.11.0-M8"
+snapshotScalaBinaryVersion := "2.11.0-RC1"
10
11
// important!! must come here (why?)
12
scalaModuleOsgiSettings
0 commit comments