Last active
January 15, 2019 08:55
-
-
Save YordanGeorgiev/6f0f7116e5a7e8c1f7bebf1392b8231b to your computer and use it in GitHub Desktop.
[global sbt repositories file]global sbt repositories file #sbt #repositories
This file contains hidden or 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
# file: ~/.sbt/repositories | |
[repositories] | |
local | |
sbt-releases-repo: http://repo.typesafe.com/typesafe/ivy-releases/,[organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext] | |
sbt-plugins-repo: http://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext] | |
maven-central: http://repo1.maven.org/maven2/ | |
# check also the following credentials file | |
# ~/.sbt/0.13/credentials.sbt | |
# eof file: ~/.sbt/repositories |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment