Skip to content

Instantly share code, notes, and snippets.

@Renkai
Created January 5, 2017 09:23
Show Gist options
  • Save Renkai/e9fc6c874f687dde2f4f35da14a1ab20 to your computer and use it in GitHub Desktop.
Save Renkai/e9fc6c874f687dde2f4f35da14a1ab20 to your computer and use it in GitHub Desktop.
put it to ~/.sbt/repositories
[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