We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ff2f7 commit b8e1959Copy full SHA for b8e1959
1 file changed
project/Dependencies.scala
@@ -71,7 +71,7 @@ object Dependencies {
71
72
object Docs {
73
val sprayJson = Compile.sprayJson % "test"
74
- val gson = "com.google.code.gson" % "gson" % "2.13.2" % "test"
+ val gson = "com.google.code.gson" % "gson" % "2.14.0" % "test"
75
val jacksonXml = "com.fasterxml.jackson.dataformat" % "jackson-dataformat-xml" % jacksonXmlVersion % "test"
76
val reflections = "org.reflections" % "reflections" % "0.10.2" % "test"
77
}
0 commit comments