Skip to content

Commit

Permalink
Bug fixes for some versions
Browse files Browse the repository at this point in the history
Spot checked and adjusted versions.

More will need to be done.
  • Loading branch information
Jim Kleckner committed Feb 23, 2014
1 parent 1a7f413 commit dd0fdb0
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 12 deletions.
5 changes: 1 addition & 4 deletions 0.11.3/plugins/eclipse-plugin.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@

// resolvers += "Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/"

addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.0-SNAPSHOT")

// addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0")

addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.1")
2 changes: 1 addition & 1 deletion 0.11.3/plugins/sbt-idea.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.1")
2 changes: 0 additions & 2 deletions 0.11.3/plugins/sbt-updates.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
resolvers += Resolver.url("sbt-plugin-snapshots", url("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases"))(Resolver.ivyStylePatterns)

addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.0")

addCommandAlias("pluginUpdates", "; reload plugins; dependencyUpdates; reload return")
2 changes: 0 additions & 2 deletions 0.11.3/sbt-updates.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@

addCommandAlias("pluginUpdates", "; reload plugins; dependency-updates; reload return")
File renamed without changes.
2 changes: 1 addition & 1 deletion 0.13.0/plugins/eclipse-plugin.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

// addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.0-SNAPSHOT")

addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.4.0")

2 changes: 1 addition & 1 deletion 0.13.1/plugins/eclipse-plugin.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

// addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.0-SNAPSHOT")

addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.4.0")

2 changes: 1 addition & 1 deletion 0.13/plugins/eclipse-plugin.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

// addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.0-SNAPSHOT")

addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.4.0")

0 comments on commit dd0fdb0

Please sign in to comment.