下载
使用**cs setup**安装 sbt
按照 安装 页面,使用 Coursier 安装 Scala。
cs setup
sbt --script-version
这应该会安装最新的稳定版本的sbt
。
- macOS
- Windows
- Linux
SDKMAN!
$ sdk install sbt
Homebrew
$ brew install sbt
警告
Homebrew 维护者添加了对 JDK 13 的依赖关系,因为他们想使用更多 brew 依赖关系 (brew#50649)。这会导致 sbt 即使在 PATH 上可用 java
是 JDK 8 或 11 时也使用 JDK 13。为了防止 sbt
在 JDK 13 上运行,请安装 jEnv 或切换到使用 SDKMAN。
Linux (deb)
echo "deb https://repo.scala-sbt.org/scalasbt/debian all main" | sudo tee /etc/apt/sources.list.d/sbt.list
echo "deb https://repo.scala-sbt.org/scalasbt/debian /" | sudo tee /etc/apt/sources.list.d/sbt_old.list
curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2EE0EA64E40A89B84B2DF73499E82A75642AC823" | sudo apt-key add
sudo apt-get update
sudo apt-get install sbt
Linux (rpm)
# remove old Bintray repo file
sudo rm -f /etc/yum.repos.d/bintray-rpm.repo || true
curl -L https://sbt.scala-lang.org.cn/sbt-rpm.repo > sbt-rpm.repo
sudo mv sbt-rpm.repo /etc/yum.repos.d/
sudo yum install sbt
通用包
- sbt-1.10.3.zip
- sbt-1.10.3.zip.sha256
- sbt-1.10.3.zip.asc
- sbt-1.10.3.tgz
- sbt-1.10.3.tgz.sha256
- sbt-1.10.3.tgz.asc
以前的版本
1.x
0.13
发布时间线
sbt 系列 | 初始版本 | 当前版本 | 状态 |
---|---|---|---|
1.x | 2017-08-11 | ✅ | 持续 7 年以上 |
0.13.x | 2013-08-26 | 否 | 在 5 年后,于 2018 年 11 月 30 日结束生命周期 |
0.12.x | 2012-08-01 | 否 | 最后发布在 2013 年 6 月 27 日 |
0.11.x | 2011-09-24 | 否 | 最后发布在 2012 年 5 月 6 日 |
0.10.x | 2011-06-02 | 否 | 最后发布在 2011 年 7 月 14 日 |
0.9.x | 2011-02-17 | 否 | 最后发布在 2011 年 6 月 1 日 |
0.7.x | 2010-02-15 | 否 | 最后发布在 2011 年 5 月 12 日 |
0.5.x | 2009-07-01 | 否 | |
0.4.x | 2009-03-27 | 否 | |
0.3.x | 2008-12-17 | 否 |