Skip to content

Commit

Permalink
New version of sbt-eclipse plugin does not support unmanagedClasspath.
Browse files Browse the repository at this point in the history
The unmanagedClasspath is not generated in Eclipse .classpath file.
See sbt/sbt-eclipse#182
  • Loading branch information
mmalohlava committed Jan 15, 2014
1 parent 3b5db7a commit 93bc03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2o-scala/project/plugins.sbt
@@ -1,2 +1,2 @@
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.4.0")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.3.0")

0 comments on commit 93bc03d

Please sign in to comment.