Skip to content

Commit

Permalink
mark Typesafe repositories as bootOnly, remove Sonatype snapshots now…
Browse files Browse the repository at this point in the history
… that Scala is resolved by the project
  • Loading branch information
harrah committed Dec 10, 2012
1 parent d4fd136 commit 1d18532
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion launch/src/main/input_resources/sbt/sbt.boot.properties
Expand Up @@ -13,7 +13,6 @@
local local
${{repositories}} ${{repositories}}
maven-central maven-central
sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots


[boot] [boot]
directory: ${sbt.boot.directory-${sbt.global.base-${user.home}/.sbt}/boot/} directory: ${sbt.boot.directory-${sbt.global.base-${user.home}/.sbt}/boot/}
Expand Down
2 changes: 1 addition & 1 deletion project/Transform.scala
Expand Up @@ -45,5 +45,5 @@ object Transform
lazy val Releases = typesafeRepository("releases") lazy val Releases = typesafeRepository("releases")
lazy val Snapshots = typesafeRepository("snapshots") lazy val Snapshots = typesafeRepository("snapshots")
def typesafeRepository(status: String) = 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
} }

0 comments on commit 1d18532

Please sign in to comment.