Skip to content

Commit

Permalink
Update gson to 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 26, 2024
1 parent 12e8786 commit d1c257f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.4.2",
"com.lihaoyi" %% "pprint" % "0.8.1",
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"com.google.code.gson" % "gson" % "2.10.1"
"com.google.code.gson" % "gson" % "2.11.0"
)

scalafmtOnCompile := true
Expand Down

0 comments on commit d1c257f

Please sign in to comment.