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 1
1
class Sbt < Formula
2
2
desc "Build tool for Scala projects"
3
3
homepage "https://www.scala-sbt.org/"
4
- url "https://github.com/sbt/sbt/releases/download/v1.11.6 /sbt-1.11.6 .tgz"
5
- mirror "https://sbt-downloads.cdnedge.bluemix.net/releases/v1.11.6 /sbt-1.11.6 .tgz"
6
- sha256 "ce4995e86acf7fdd57db78595cd6918c01781a6a741170e6409adba597e0d83d "
4
+ url "https://github.com/sbt/sbt/releases/download/v1.11.7 /sbt-1.11.7 .tgz"
5
+ mirror "https://sbt-downloads.cdnedge.bluemix.net/releases/v1.11.7 /sbt-1.11.7 .tgz"
6
+ sha256 "1232818f91c39639a93bbe1108e12d94c7044a646a7847f1a3977b9e46716cd6 "
7
7
license "Apache-2.0"
8
8
9
9
# Upstream sometimes creates releases that use a stable tag (e.g., `v1.2.3`)
@@ -14,7 +14,7 @@ class Sbt < Formula
14
14
end
15
15
16
16
bottle do
17
- sha256 cellar : :any_skip_relocation , all : "fe86d77b5d0c172154c6c3b3093d8402b24e37d42d9184d409f47c1c5a042d66 "
17
+ sha256 cellar : :any_skip_relocation , all : "d8f87dd142aac9e1c3f6c68750fff489fab4d436ac00d5e09c8569fc5f88bca1 "
18
18
end
19
19
20
20
depends_on "openjdk"
You can’t perform that action at this time.
0 commit comments