1、首先在mac系统下安装好sbt之后(通过brew install sbt)安装,会有~/.sbt/目录,如下图所示:
2、在此文件目录添加一个repositories文件,内容为:
[repositories]
local
aliyun: http://maven.aliyun.com/nexus/content/groups/public/
central: http://repo1.maven.org/maven2/
如下图所示:
其中的网址是通过https://maven.aliyun.com/mvn/view中找到的,如下图所示:
3、保存即可。