Created
December 1, 2014 19:02
-
-
Save leifwickland/f208f2e23698c8cd4aee to your computer and use it in GitHub Desktop.
sbt default repository config
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
# If you launch sbt with -Dsbt.override.build.repos=true -Dsbt.repository.config=$FILE | |
# then this configuration should be roughly equivalent to the default behavior. | |
[repositories] | |
local | |
typesafe-ivy-releases: https://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly | |
maven-central | |
sbt-plugins: https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[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