From 692a8df030a1af538d4d62d701306be10efd3b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20Mickevi=C4=8Dius?= Date: Tue, 12 May 2015 14:18:12 +0300 Subject: [PATCH] =pro explicit jcenter repo --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b38ef45389..ac023ca4fe 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ resolvers += Classpaths.typesafeResolver resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven" // need this to resolve http://jcenter.bintray.com/org/jenkins-ci/jenkins/1.26/ // which is used by plugin "org.kohsuke" % "github-api" % "1.68" -resolvers += Resolver.jcenterRepo +resolvers += "Bintray Jcenter" at "https://jcenter.bintray.com/" // these comment markers are for including code into the docs //#sbt-multi-jvm