Skip to content

Commit 39a9637

Browse files
committed
sbt 1.11.7
1 parent ac7c2b6 commit 39a9637

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/s/sbt.rb

Lines changed: 3 additions & 3 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`)

0 commit comments

Comments
 (0)