Skip to content

Commit

Permalink
Use sbteclipse 2.3.0 because 2.4.0+ has a bug that ignores unmanagedC…
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocdaothanh committed Sep 29, 2014
1 parent 769c39f commit a0ac603
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions project/plugins.sbt
@@ -1,9 +1,5 @@
// Most Scala projects are published to Sonatype, but Sonatype is not default
// and it takes several hours to sync from Sonatype to Maven Central
resolvers += "SonatypeReleases" at "http://oss.sonatype.org/content/repositories/releases/"

// Run sbt eclipse to create Eclipse project file
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.5.0")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.3.0")

// Run sbt gen-idea to create IntelliJ project file
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")

0 comments on commit a0ac603

Please sign in to comment.