File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11class Sbt < Formula
22 desc "Build tool for Scala projects"
33 homepage "https://www.scala-sbt.org/"
4- url "https://github.com/sbt/sbt/releases/download/v1.10.11 /sbt-1.10.11 .tgz"
5- mirror "https://sbt-downloads.cdnedge.bluemix.net/releases/v1.10.11 /sbt-1.10.11 .tgz"
6- sha256 "5034a64841b8a9cfb52a341e45b01df2b8c2ffaa87d8d2b0fe33c4cdcabd8f0c "
4+ url "https://github.com/sbt/sbt/releases/download/v1.11.0 /sbt-1.11.0 .tgz"
5+ mirror "https://sbt-downloads.cdnedge.bluemix.net/releases/v1.11.0 /sbt-1.11.0 .tgz"
6+ sha256 "ae8abe538fde8fc358ff3a9e6b01aae9646db1b9f91a46407485884303b28fb3 "
77 license "Apache-2.0"
88
99 # Upstream sometimes creates releases that use a stable tag (e.g., `v1.2.3`)
@@ -14,7 +14,7 @@ class Sbt < Formula
1414 end
1515
1616 bottle do
17- sha256 cellar : :any_skip_relocation , all : "9014d3c3ad008eacd617051f94d174eae5f18a66c8552798e5446bea63990ce3 "
17+ sha256 cellar : :any_skip_relocation , all : "49db3ee8e1994a2e582ce7808af658cdda54f7ba31113c836f31144ce5b49128 "
1818 end
1919
2020 depends_on "openjdk"
You can’t perform that action at this time.
0 commit comments