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-09 07:06:31 +0300
committerChris Rebert <code@rebertia.com>2015-03-09 07:06:31 +0300
commit24eb8cc2c93b972c41fead287c9ac67560261e32 (patch)
tree40a71a30c5a8b2a874392217f5499ffc9f5baa36
parent2fdf209af522850dd2a27a75f2e101972d637fc0 (diff)
add newline because sbt
-rw-r--r--build.sbt1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index c7469d2..f8cb698 100644
--- a/build.sbt
+++ b/build.sbt
@@ -9,6 +9,7 @@ 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"