Update gson to 2.13.2 (#2190)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
This commit is contained in:
parent
4405e736c1
commit
38b52eab96
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ object Dependencies {
|
||||||
|
|
||||||
object Docs {
|
object Docs {
|
||||||
val sprayJson = "io.spray" %% "spray-json" % "1.3.6" % Test
|
val sprayJson = "io.spray" %% "spray-json" % "1.3.6" % Test
|
||||||
val gson = "com.google.code.gson" % "gson" % "2.13.1" % Test
|
val gson = "com.google.code.gson" % "gson" % "2.13.2" % Test
|
||||||
}
|
}
|
||||||
|
|
||||||
object TestDependencies {
|
object TestDependencies {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue