Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rorschach.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2015-04-24 01:47:24 +0300
committerChris Rebert <code@rebertia.com>2015-04-24 01:47:24 +0300
commit05a3608eebff1bbd4f78e827267fa3b09ddeca4b (patch)
tree310e2b7a0167ae75ab41bdd0de58d87aafc94803
parent046883a578f6539747e42c6e042cd44f600301e4 (diff)
Workaround https://bugs.eclipse.org/bugs/show_bug.cgi?id=464465
-rw-r--r--build.sbt3
1 files changed, 3 insertions, 0 deletions
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 ++= {