From a03672a740636e1f7819ecb2df1e2f4d4e067a7e Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 21 Jan 2017 15:44:15 -0800 Subject: Bump Eclipse GitHub library to v4.6.0.201612231935-r (#45) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3