From 1d18532bf0f5485c668a79b26f2cc1f7a839a378 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Sun, 9 Dec 2012 20:40:41 -0500 Subject: [PATCH] mark Typesafe repositories as bootOnly, remove Sonatype snapshots now that Scala is resolved by the project --- launch/src/main/input_resources/sbt/sbt.boot.properties | 1 - project/Transform.scala | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/launch/src/main/input_resources/sbt/sbt.boot.properties b/launch/src/main/input_resources/sbt/sbt.boot.properties index 273d3da72..46d269f93 100644 --- a/launch/src/main/input_resources/sbt/sbt.boot.properties +++ b/launch/src/main/input_resources/sbt/sbt.boot.properties @@ -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/} diff --git a/project/Transform.scala b/project/Transform.scala index 349a1fdab..9d01a1866 100644 --- a/project/Transform.scala +++ b/project/Transform.scala @@ -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-%