From 9261652d41635634a5ca46fc574b90b2a1ec42ab Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Tue, 24 Mar 2015 16:17:15 -0400 Subject: [PATCH] Make bintray the default/first remote resoler, for faster resolution times. --- launch/src/main/input_resources/sbt/sbt.boot.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/launch/src/main/input_resources/sbt/sbt.boot.properties b/launch/src/main/input_resources/sbt/sbt.boot.properties index 0fc66cd88..41957ce56 100644 --- a/launch/src/main/input_resources/sbt/sbt.boot.properties +++ b/launch/src/main/input_resources/sbt/sbt.boot.properties @@ -12,8 +12,9 @@ [repositories] local + jcenter: https://jcenter.bintray.com/ ${{repositories}} - maven-central + [boot] directory: ${sbt.boot.directory-${sbt.global.base-${user.home}/.sbt}/boot/}