Skip to content

Commit

Permalink
Merge pull request #434 from scala-steward/update/gson-2.9.0
Browse files Browse the repository at this point in the history
Update gson to 2.9.0
  • Loading branch information
rossabaker authored Feb 13, 2022
2 parents e10e0c8 + 1efd0eb commit 54617f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ libraryDependencies ++= {
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.13.1",
"com.fasterxml.jackson.core" % "jackson-core" % "2.13.1",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.13.1",
"com.google.code.gson" % "gson" % "2.8.9"
"com.google.code.gson" % "gson" % "2.9.0"
)
else Nil
}
Expand Down

0 comments on commit 54617f4

Please sign in to comment.