From 05a3608eebff1bbd4f78e827267fa3b09ddeca4b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 23 Apr 2015 15:47:24 -0700 Subject: Workaround https://bugs.eclipse.org/bugs/show_bug.cgi?id=464465 --- build.sbt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sbt b/build.sbt index 4e63139..aa6de23 100644 --- a/build.sbt +++ b/build.sbt @@ -14,6 +14,9 @@ resolvers += "Eclipse Foundation Snapshots" at "https://repo.eclipse.org/content libraryDependencies += "org.eclipse.mylyn.github" % "org.eclipse.egit.github.core" % "4.0.0.201503231230-m1" +// egit-github needs Gson, but doesn't explicitly require it +libraryDependencies += "com.google.code.gson" % "gson" % "2.3.1" + libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.1.2" libraryDependencies ++= { -- cgit v1.2.3