Skip to content

Commit 2fe0c44

Browse files
committed
Bump to 1.0-RC3. Removed mistakenly added dependencies.
Copy/paste mistakes ftw.
1 parent 892c2a7 commit 2fe0c44

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

build.sbt

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,7 @@ organization := "org.scala-lang.modules"
22

33
name := "scala-xml"
44

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-
5+
version := "1.0-RC3"
196

207
// standard stuff follows:
218
scalaVersion := "2.11.0-M4"

0 commit comments

Comments
 (0)