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:
authorChris Rebert <code@rebertia.com>2015-03-11 10:32:40 +0300
committerChris Rebert <code@rebertia.com>2015-04-24 01:45:56 +0300
commit046883a578f6539747e42c6e042cd44f600301e4 (patch)
tree5f7d1b342d8462ce2f48beac274305ca169993c1
parente47e8d11c3e1915ed2d6eab24d826c4b8ad88c53 (diff)
update to EGit-GitHub v4.0.0; #25
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index de3bdd3..4e63139 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" % "2.1.5"
+libraryDependencies += "org.eclipse.mylyn.github" % "org.eclipse.egit.github.core" % "4.0.0.201503231230-m1"
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.1.2"