Skip to content

Commit

Permalink
Get rid of unmanaged scala-refactoring jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
aemoncannon committed Sep 6, 2011
1 parent 78a0a1d commit a65b0c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed lib/org.scala-refactoring_2.9.0-0.3.0-SNAPSHOT.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object EnsimeBuild extends Build {
"org.scalatest" % "scalatest_2.9.0" % "1.4.1" % "test",
"org.sonatype.tycho" % "org.eclipse.jdt.core" % "3.6.0.v_A58" % "compile;runtime;test",
"org.scalariform" % "scalariform_2.9.0" % "0.1.0" % "compile;runtime;test",
// "org.scala-refactoring" % "org.scala-refactoring.library" % "0.2.0-SNAPSHOT"%"compile;runtime;test",
"org.scala-refactoring" % "org.scala-refactoring_2.9.1" % "0.3.0-SNAPSHOT" from "http://scala-tools.org/repo-snapshots/org/scala-refactoring/org.scala-refactoring_2.9.1/0.3.0-SNAPSHOT/org.scala-refactoring_2.9.1-0.3.0-20110901.093718-1.jar",
"net.sourceforge.expectj" % "expectj" % "2.0.1" % "compile;runtime;test",
"asm" % "asm" % "3.2",
"asm" % "asm-commons" % "3.2"
Expand Down

0 comments on commit a65b0c8

Please sign in to comment.