Skip to content

Commit 76306f3

Browse files
committed
Merge pull request #148 from scala/artifactory
Use scala-ci's artifactory and bintray repositories
2 parents 84b3d8e + 6d1fc59 commit 76306f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

conf/repositories

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[repositories]
2-
plugins: http://dl.bintray.com/sbt/sbt-plugin-releases/, [organisation]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
3-
private-repo: http://private-repo.typesafe.com/typesafe/scala-release-temp/
4-
typesafe-ivy-releases: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly
5-
sbt-plugin-releases: http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
2+
private-repo: https://scala-ci.typesafe.com/artifactory/scala-release-temp/
3+
jcenter-cache: https://scala-ci.typesafe.com/artifactory/jcenter/
4+
typesafe-ivy-releases: https://dl.bintray.com/typesafe/ivy-releases/, [organisation]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly
5+
sbt-plugin-releases: https://dl.bintray.com/sbt/sbt-plugin-releases/, [organisation]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
66
maven-central
77
local

0 commit comments

Comments
 (0)