Skip to content

Instantly share code, notes, and snippets.

@Kali-lightsaber
Forked from ugurk/repositories
Created October 30, 2023 15:29
Show Gist options
  • Save Kali-lightsaber/2957bbaf3bbd574ce1537b6c7d330cad to your computer and use it in GitHub Desktop.
Save Kali-lightsaber/2957bbaf3bbd574ce1537b6c7d330cad 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