diff options
| -rw-r--r-- | Library/Formula/sbt.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/sbt.rb b/Library/Formula/sbt.rb index 09be9a2b6..527a99549 100644 --- a/Library/Formula/sbt.rb +++ b/Library/Formula/sbt.rb @@ -1,10 +1,10 @@ require 'formula' class Sbt < Formula - url "http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-tools.sbt/sbt-launch/0.11.0/sbt-launch.jar" + url "http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-tools.sbt/sbt-launch/0.11.1/sbt-launch.jar" homepage 'http://github.com/harrah/xsbt/' - version '0.11.0' - md5 'fa57b75cbc45763b7188a71928f4cd9a' + version '0.11.1' + md5 'ff31d6f0a5eb1763e523ce6083784e7e' def install (bin+'sbt').write <<-EOS.undent |
