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

github.com/twbs/rorschach.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sbt4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index fc3611f..2b1096c 100644
--- a/build.sbt
+++ b/build.sbt
@@ -8,6 +8,10 @@ mainClass := Some("com.getbootstrap.rorschach.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 ++= {