Skip to content

Instantly share code, notes, and snippets.

@YordanGeorgiev
Last active January 15, 2019 08:55
Show Gist options
  • Save YordanGeorgiev/6f0f7116e5a7e8c1f7bebf1392b8231b to your computer and use it in GitHub Desktop.
Save YordanGeorgiev/6f0f7116e5a7e8c1f7bebf1392b8231b to your computer and use it in GitHub Desktop.
[global sbt repositories file]global sbt repositories file #sbt #repositories
# 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