sbt修改为阿里云镜像
Posted shuai7boy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sbt修改为阿里云镜像相关的知识,希望对你有一定的参考价值。
在~/.sbt/下添加一个repositories文件,里面内容如下:
PS:.sbt/文件一般在C:UsersRYJ 下面,也可以使用类似Everything的工具快速搜索到。
[repositories] local aliyun: 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
如果只是在单个项目中修改的话,在build.sbt里添加
resolvers += "aliyun" at "http://maven.aliyun.com/nexus/content/groups/public/"
以上是关于sbt修改为阿里云镜像的主要内容,如果未能解决你的问题,请参考以下文章