Skip to content

Commit 75b5b4f

Browse files
authored
Merge pull request #246976 from Homebrew/bump-sbt-1.11.7
sbt 1.11.7
2 parents 2a77655 + 89f6e5e commit 75b5b4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/s/sbt.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class 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.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"
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: "fe86d77b5d0c172154c6c3b3093d8402b24e37d42d9184d409f47c1c5a042d66"
17+
sha256 cellar: :any_skip_relocation, all: "d8f87dd142aac9e1c3f6c68750fff489fab4d436ac00d5e09c8569fc5f88bca1"
1818
end
1919

2020
depends_on "openjdk"

0 commit comments

Comments
 (0)