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 <github@chrisrebert.com>2017-01-22 02:49:59 +0300
committerGitHub <noreply@github.com>2017-01-22 02:49:59 +0300
commit245b0b70fcd588aab91cd84c7c5c56491a5a785f (patch)
tree7115e8e42b755802807b0784b6602eee96304cbf
parent131b13b327b31ce662619d12e7b3f8778600748c (diff)
Bump Gson to v2.8.0 (#47)
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index bc09b7f..cdc8c59 100644
--- a/build.sbt
+++ b/build.sbt
@@ -15,7 +15,7 @@ resolvers += "Eclipse Foundation Snapshots" at "https://repo.eclipse.org/content
libraryDependencies += "org.eclipse.mylyn.github" % "org.eclipse.egit.github.core" % "4.6.0.201612231935-r"
// egit-github needs Gson, but doesn't explicitly require it
-libraryDependencies += "com.google.code.gson" % "gson" % "2.3.1"
+libraryDependencies += "com.google.code.gson" % "gson" % "2.8.0"
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.1.9"