We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7c2b6 commit 39a9637Copy full SHA for 39a9637
Formula/s/sbt.rb
@@ -1,9 +1,9 @@
1
class Sbt < Formula
2
desc "Build tool for Scala projects"
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"
+ url "https://github.com/sbt/sbt/releases/download/v1.11.7/sbt-1.11.7.tgz"
+ mirror "https://sbt-downloads.cdnedge.bluemix.net/releases/v1.11.7/sbt-1.11.7.tgz"
+ sha256 "1232818f91c39639a93bbe1108e12d94c7044a646a7847f1a3977b9e46716cd6"
7
license "Apache-2.0"
8
9
# Upstream sometimes creates releases that use a stable tag (e.g., `v1.2.3`)
0 commit comments