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 <code@rebertia.com>2015-03-24 09:30:46 +0300
committerChris Rebert <code@rebertia.com>2015-03-24 09:30:46 +0300
commitd490a18feb6c674afe55a2f8920fd5efcef0b1c8 (patch)
tree4b85ed26405b9706d853e54c5bc71a3633e17c0b /build.sbt
parent51d0eed752f200396e73bababa04ec9b9454c85f (diff)
Workaround for Gson issue with EGit v4 snapshot
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 4 insertions, 0 deletions
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"