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:
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"