Skip to content

Instantly share code, notes, and snippets.

@qxj
Created January 3, 2016 08:53
Show Gist options
  • Save qxj/49dd540ebf529aa755fd to your computer and use it in GitHub Desktop.
Save qxj/49dd540ebf529aa755fd to your computer and use it in GitHub Desktop.
sbt configuration: ~/.sbt/repositories
[repositories]
local
#repox-maven: http://127.0.0.1:8078/
#repox-ivy: http://127.0.0.1:8078/, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
oschina: http://maven.oschina.net/content/groups/public/
oschina-ivy:http://maven.oschina.net/content/groups/public/, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
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]
sonatype-oss-releases
maven-central
sonatype-oss-snapshots
@linux91
Copy link

linux91 commented Jan 28, 2021

请问sonatype-oss-releases和sonatype-oss-snapshots是sbt内置的repo吗,在网上看到很多配置都加了这两个,我在sbt官网上,只看到local ,maven-local和maven-central 这三个内置的,并没有说sona那两个是内置的。我看到sbt是Latest Version : https://www.scala-sbt.org/1.x/docs/Launcher-Configuration.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment