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 d1bedc7 commit 0218fe3Copy full SHA for 0218fe3
project/Dependencies.scala
@@ -70,7 +70,7 @@ object Dependencies {
70
71
object Docs {
72
val sprayJson = Compile.sprayJson % "test"
73
- val gson = "com.google.code.gson" % "gson" % "2.12.1" % "test"
+ val gson = "com.google.code.gson" % "gson" % "2.13.0" % "test"
74
val jacksonXml = "com.fasterxml.jackson.dataformat" % "jackson-dataformat-xml" % jacksonXmlVersion % "test"
75
val reflections = "org.reflections" % "reflections" % "0.10.2" % "test"
76
}
0 commit comments