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 892c2a7 commit 2fe0c44Copy full SHA for 2fe0c44
build.sbt
@@ -2,20 +2,7 @@ organization := "org.scala-lang.modules"
2
3
name := "scala-xml"
4
5
-version := "1.0-RC2"
6
-
7
8
-// dependencies:
9
-libraryDependencies += "org.apache.ant" % "ant" % "1.8.4"
10
11
-libraryDependencies += "com.googlecode.java-diff-utils" % "diffutils" % "1.3.0"
12
13
-libraryDependencies += "org.scala-lang" % "scalap" % "2.11.0-M4"
14
15
-libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.10.1"
16
17
-libraryDependencies += "org.scala-sbt" % "test-interface" % "1.0"
18
+version := "1.0-RC3"
19
20
// standard stuff follows:
21
scalaVersion := "2.11.0-M4"
0 commit comments