mirror of https://github.com/sbt/sbt.git
mark Typesafe repositories as bootOnly, remove Sonatype snapshots now that Scala is resolved by the project
This commit is contained in:
parent
d4fd136192
commit
1d18532bf0
|
|
@ -13,7 +13,6 @@
|
|||
local
|
||||
${{repositories}}
|
||||
maven-central
|
||||
sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots
|
||||
|
||||
[boot]
|
||||
directory: ${sbt.boot.directory-${sbt.global.base-${user.home}/.sbt}/boot/}
|
||||
|
|
|
|||
|
|
@ -45,5 +45,5 @@ object Transform
|
|||
lazy val Releases = typesafeRepository("releases")
|
||||
lazy val Snapshots = typesafeRepository("snapshots")
|
||||
def typesafeRepository(status: String) =
|
||||
""" typesafe-ivy-%s: http://repo.typesafe.com/typesafe/ivy-%<s/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext]""" format status
|
||||
""" typesafe-ivy-%s: http://repo.typesafe.com/typesafe/ivy-%<s/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly""" format status
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue