=pro bintray jcentral resolver for jenkins-ci deps

This commit is contained in:
Konrad Malawski 2015-05-11 16:12:49 +02:00
parent e86dc06680
commit 21ab894c6e

View file

@ -2,6 +2,10 @@ 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 += "Bintray Jcenter" at "http://jcenter.bintray.com"
// these comment markers are for including code into the docs
//#sbt-multi-jvm
addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.3.8")