Skip to content

Commit f8cfd34

Browse files
committed
sbt 1.11.1
1 parent bebb39d commit f8cfd34

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.0/sbt-1.11.0.tgz"
5-
mirror "https://sbt-downloads.cdnedge.bluemix.net/releases/v1.11.0/sbt-1.11.0.tgz"
6-
sha256 "ae8abe538fde8fc358ff3a9e6b01aae9646db1b9f91a46407485884303b28fb3"
4+
url "https://github.com/sbt/sbt/releases/download/v1.11.1/sbt-1.11.1.tgz"
5+
mirror "https://sbt-downloads.cdnedge.bluemix.net/releases/v1.11.1/sbt-1.11.1.tgz"
6+
sha256 "a554d36fddd2677abcd55b0a3f0dce03ab494e350ae32da2936e76c211d85ee4"
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)