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 7f3e94e commit 64a4c27Copy full SHA for 64a4c27
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.10.3/sbt-1.10.3.tgz"
5
- mirror "https://sbt-downloads.cdnedge.bluemix.net/releases/v1.10.3/sbt-1.10.3.tgz"
6
- sha256 "fbd10b59704743d91032e099705dd81ff146eee2a658ceba99ca982843b1fc75"
+ url "https://github.com/sbt/sbt/releases/download/v1.10.4/sbt-1.10.4.tgz"
+ mirror "https://sbt-downloads.cdnedge.bluemix.net/releases/v1.10.4/sbt-1.10.4.tgz"
+ sha256 "0cbfe3bb66a8557d261b85546b2189cd5d6f1ffdb2999ca8cfc9451b853a31a4"
7
license "Apache-2.0"
8
9
livecheck do
0 commit comments