Skip to content

Commit

Permalink
Update gson to 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-asf[bot] committed Oct 15, 2023
1 parent ac1ee69 commit 8529a96
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 @@ -129,7 +129,7 @@ object Dependencies {

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

object TestDependencies {
Expand Down

0 comments on commit 8529a96

Please sign in to comment.