Created
January 5, 2017 09:23
-
-
Save Renkai/e9fc6c874f687dde2f4f35da14a1ab20 to your computer and use it in GitHub Desktop.
put it to ~/.sbt/repositories
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[repositories] | |
local | |
maven-local | |
aliyun: http://maven.aliyun.com/nexus/content/groups/public | |
maven-central | |
sbt-maven-releases: https://repo.scala-sbt.org/scalasbt/maven-releases/, bootOnly | |
sbt-maven-snapshots: https://repo.scala-sbt.org/scalasbt/maven-snapshots/, bootOnly | |
typesafe-ivy-releases: https://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly | |
sbt-ivy-snapshots: https://repo.scala-sbt.org/scalasbt/ivy-snapshots/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment