From 0144a47ce6d64728583981528d56d58bc4fb13df Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sun, 8 May 2016 16:21:23 -0400 Subject: [PATCH] Include new repositories to grab sbt --- launch/src/main/input_resources/sbt/sbt.boot.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/launch/src/main/input_resources/sbt/sbt.boot.properties b/launch/src/main/input_resources/sbt/sbt.boot.properties index 9234be5f8..0d3a64bb3 100644 --- a/launch/src/main/input_resources/sbt/sbt.boot.properties +++ b/launch/src/main/input_resources/sbt/sbt.boot.properties @@ -13,6 +13,8 @@ [repositories] local maven-central + sbt-maven-releases: https://repo.scala-sbt.org/scalasbt/maven-releases/, bootOnly + sbt-maven-snapshots: https://repo.scala-sbt.org/scalasbt/maven-snapshots/, bootOnly typesafe-ivy-releases: https://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly sbt-ivy-snapshots: https://repo.scala-sbt.org/scalasbt/ivy-snapshots/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly