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