Skip to content

Commit

Permalink
Update gson to 2.11.0 (#1339)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] committed May 23, 2024
1 parent 85e854d commit 3fff738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ object Dependencies {

object Docs {
val sprayJson = "io.spray" %% "spray-json" % "1.3.6" % Test
val gson = "com.google.code.gson" % "gson" % "2.10.1" % Test
val gson = "com.google.code.gson" % "gson" % "2.11.0" % Test
}

object TestDependencies {
Expand Down

0 comments on commit 3fff738

Please sign in to comment.