sbt 0.13.11
Closes Homebrew/homebrew#49542. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
f666643bed
commit
393de62c65
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Sbt < Formula
|
class Sbt < Formula
|
||||||
desc "Build tool for Scala projects"
|
desc "Build tool for Scala projects"
|
||||||
homepage "http://www.scala-sbt.org"
|
homepage "http://www.scala-sbt.org"
|
||||||
url "https://dl.bintray.com/sbt/native-packages/sbt/0.13.9/sbt-0.13.9.tgz"
|
url "https://dl.bintray.com/sbt/native-packages/sbt/0.13.11/sbt-0.13.11.tgz"
|
||||||
sha256 "148f2801f2993773de6f8859fe0e6520fcabe649d66bb316e13aff8b2fd7f504"
|
sha256 "a36a6fbf6dd70afd93fb8db16c40e8ac00798fdddfa0b4c678786dc15617afa6"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any_skip_relocation
|
cellar :any_skip_relocation
|
||||||
|
|
Loading…
Reference in a new issue