Skip to content

Commit

Permalink
upgrade to SBT 11.2 and:
Browse files Browse the repository at this point in the history
 - xsbt-start-script-plugin - 0.5.0
 - sbteclipse-plugin - 2.0.0-RC1
  • Loading branch information
andyczerwonka committed Feb 8, 2012
1 parent a2b6691 commit af85057
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=0.11.0
sbt.version=0.11.2
4 changes: 2 additions & 2 deletions project/build.sbt
Expand Up @@ -4,6 +4,6 @@ resolvers += "sbt-idea-repo" at "http://mpeltonen.github.com/maven/"

addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "0.11.0")

addSbtPlugin("com.typesafe.startscript" % "xsbt-start-script-plugin" % "0.3.0")
addSbtPlugin("com.typesafe.startscript" % "xsbt-start-script-plugin" % "0.5.0")

addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse" % "1.4.0")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.0.0-RC1")

0 comments on commit af85057

Please sign in to comment.