From d490a18feb6c674afe55a2f8920fd5efcef0b1c8 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 23 Mar 2015 23:30:46 -0700 Subject: Workaround for Gson issue with EGit v4 snapshot --- build.sbt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 9204345..db68758 100644 --- a/build.sbt +++ b/build.sbt @@ -16,6 +16,10 @@ libraryDependencies += "org.eclipse.mylyn.github" % "org.eclipse.egit.github.cor libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.1.2" +// Gson is missing when using the EGit snapshot version for some reason + +libraryDependencies += "com.google.code.gson" % "gson" % "2.2.2" + libraryDependencies ++= { val akkaV = "2.3.9" val sprayV = "1.3.2" -- cgit v1.2.3