Skip to content

Instantly share code, notes, and snippets.

@ugurk
Created November 16, 2017 12:30
Show Gist options
  • Save ugurk/32e7d7b9bc55d428f2223d6f2719c286 to your computer and use it in GitHub Desktop.
Save ugurk/32e7d7b9bc55d428f2223d6f2719c286 to your computer and use it in GitHub Desktop.
Scala sbt repositories file
[repositories]
local
jcenter: https://jcenter.bintray.com/
maven-central
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