安装
以下方式任选其一:
- 官网下载zip/tat包,解压
- brew install sbt
环境变量
如果使用独立安装包的方式安装需要配置环境变量,brew方式已自动配置
仓库修改
创建~/.sbt/repositories
内容如下:
[repositories]
local
osc: http://maven.aliyun.com/nexus/content/groups/public/
typesafe: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly
sonatype-oss-releases
maven-central
sonatype-oss-snapshots
IDEA配置修改
- sbt-launch.jar指向安装地址
- 添加环境变量 -Dsbt.override.build.repos=true