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 <github@chrisrebert.com>2017-01-22 02:44:15 +0300
committerGitHub <noreply@github.com>2017-01-22 02:44:15 +0300
commita03672a740636e1f7819ecb2df1e2f4d4e067a7e (patch)
tree68207353dd0b3ee201bf3b223d9d1bc11561b000
parentaa9310209dc3e88e1c3b24eaf2b21a0d1bf57ba1 (diff)
Bump Eclipse GitHub library to v4.6.0.201612231935-r (#45)
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 442bace..5707fb6 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.201503231230-m1"
+libraryDependencies += "org.eclipse.mylyn.github" % "org.eclipse.egit.github.core" % "4.6.0.201612231935-r"
// egit-github needs Gson, but doesn't explicitly require it
libraryDependencies += "com.google.code.gson" % "gson" % "2.3.1"