Skip to content

Commit

Permalink
bump to SBT 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
retronym committed May 7, 2012
1 parent 7ffb4a5 commit 65a61c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.11.2
sbt.version=0.11.3
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ resolvers += Resolver.url("Typesafe repository", new java.net.URL("http://typesa
resolvers += Resolver.url("Typesafe snapshot repository", new java.net.URL("http://typesafe.artifactoryonline.com/typesafe/ivy-snapshots/"))(Resolver.defaultIvyPatterns)

libraryDependencies <+= (sbtVersion).apply { sv =>
"org.scala-tools.sbt" %% "scripted-plugin" % "0.11.2"
"org.scala-sbt" %% "scripted-plugin" % "0.11.3"
}

0 comments on commit 65a61c1

Please sign in to comment.