Skip to content

Commit 42b2fd5

Browse files
authored
Merge pull request #196571 from Homebrew/bump-sbt-1.10.5
sbt 1.10.5
2 parents aac821b + 2cce08f commit 42b2fd5

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.10.4/sbt-1.10.4.tgz"
5-
mirror "https://sbt-downloads.cdnedge.bluemix.net/releases/v1.10.4/sbt-1.10.4.tgz"
6-
sha256 "0cbfe3bb66a8557d261b85546b2189cd5d6f1ffdb2999ca8cfc9451b853a31a4"
4+
url "https://github.com/sbt/sbt/releases/download/v1.10.5/sbt-1.10.5.tgz"
5+
mirror "https://sbt-downloads.cdnedge.bluemix.net/releases/v1.10.5/sbt-1.10.5.tgz"
6+
sha256 "fb2232e051ff963e949d610077866d250cf8d18c312fcfd04f07fbffc3d5e92f"
77
license "Apache-2.0"
88

99
livecheck do
@@ -12,7 +12,7 @@ class Sbt < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, all: "40dc67044b9225033cbd4df1f84029b7023839cd4c68e6681b24d5dd04f41d0b"
15+
sha256 cellar: :any_skip_relocation, all: "fc5aaaa496277209f4a1f80ba9fba8aa426619b41c1d28f6237df27101d5d940"
1616
end
1717

1818
depends_on "openjdk"

0 commit comments

Comments
 (0)