aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominik Gruber2014-09-14 15:10:53 +0200
committerJack Nagel2014-09-14 10:52:17 -0500
commit7031361c869c18f48120c249c7305948677105ea (patch)
tree836cd2868dafc04f3619058b25fe791c0314e687 /Library
parent4f654a75f9fbbbd55e280b540c32c5ed77a53253 (diff)
downloadhomebrew-7031361c869c18f48120c249c7305948677105ea.tar.bz2
SBT 0.13.6
Closes #32298. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/sbt.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sbt.rb b/Library/Formula/sbt.rb
index 41ae69620..afff43ad0 100644
--- a/Library/Formula/sbt.rb
+++ b/Library/Formula/sbt.rb
@@ -2,8 +2,8 @@ require "formula"
class Sbt < Formula
homepage "http://www.scala-sbt.org"
- url "http://dl.bintray.com/sbt/native-packages/sbt/0.13.5/sbt-0.13.5.tgz"
- sha1 "9a77a6971478ebf2272735f40ab65443dcb60259"
+ url "http://dl.bintray.com/sbt/native-packages/sbt/0.13.6/sbt-0.13.6.tgz"
+ sha1 "3efd29e51751157777c4e001acc106b8737e0720"
def install
inreplace "bin/sbt" do |s|