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 a110fe9 commit d1ad3f8Copy full SHA for d1ad3f8
project/Dependencies.scala
@@ -62,7 +62,7 @@ object Dependencies {
62
63
object Docs {
64
val sprayJson = Compile.sprayJson % "test"
65
- val gson = "com.google.code.gson" % "gson" % "2.11.0" % "test"
+ val gson = "com.google.code.gson" % "gson" % "2.13.0" % "test"
66
val jacksonXml = "com.fasterxml.jackson.dataformat" % "jackson-dataformat-xml" % jacksonXmlVersion % "test" // ApacheV2
67
val reflections = "org.reflections" % "reflections" % "0.10.2" % "test" // WTFPL
68
}
0 commit comments