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-04-24 01:42:33 +0300
committerChris Rebert <code@rebertia.com>2015-04-24 01:42:33 +0300
commit86cadbc14663449c2a6d456105fc8a374be4709c (patch)
treeb8a44585dcff1420b53358aaf121d61f6372da52 /build.sbt
parenta1e1b2a87aa85cabb6fd8f6a99ed347a48ef9e0d (diff)
use stable version of egit-github
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index db68758..10928fa 100644
--- a/build.sbt
+++ b/build.sbt
@@ -12,7 +12,7 @@ resolvers += "Eclipse Foundation Releases" at "https://repo.eclipse.org/content/
resolvers += "Eclipse Foundation Snapshots" at "https://repo.eclipse.org/content/repositories/snapshots/"
-libraryDependencies += "org.eclipse.mylyn.github" % "org.eclipse.egit.github.core" % "4.0.0-SNAPSHOT"
+libraryDependencies += "org.eclipse.mylyn.github" % "org.eclipse.egit.github.core" % "4.0.0.201503231230-m1"
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.1.2"