Skip to content

Instantly share code, notes, and snippets.

@leifwickland
Created December 1, 2014 19:02
Show Gist options
  • Save leifwickland/f208f2e23698c8cd4aee to your computer and use it in GitHub Desktop.
Save leifwickland/f208f2e23698c8cd4aee to your computer and use it in GitHub Desktop.
sbt default repository config
# 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