Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/savage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2015-03-05 13:40:00 +0300
committerChris Rebert <code@rebertia.com>2015-03-05 13:40:00 +0300
commitddbf069b6779a2052fb494a571c89e4e8640acb4 (patch)
treed5a7f9295141408a9e6628a9c1f03d0786be3823 /build.sbt
parent6a5f1a2ef5ab8431ff8c06d607fa62af77589c5d (diff)
add Eclipse Maven repos to build.sbt for egit-github
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index 7a81622..c7469d2 100644
--- a/build.sbt
+++ b/build.sbt
@@ -8,6 +8,9 @@ mainClass := Some("com.getbootstrap.savage.server.Boot")
resolvers ++= Seq("snapshots", "releases").map(Resolver.sonatypeRepo)
+resolvers += "Eclipse Foundation Releases" at "https://repo.eclipse.org/content/repositories/releases/"
+resolvers += "Eclipse Foundation Snapshots" at "https://repo.eclipse.org/content/repositories/snapshots/"
+
libraryDependencies += "org.eclipse.mylyn.github" % "org.eclipse.egit.github.core" % "2.1.5"
libraryDependencies ++= {