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 authored and makiftutuncu committed May 24, 2024
1 parent 1b74d19 commit 2046545
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 @@ -7,7 +7,7 @@ val latestScalaVersion = "3.4.1"
val catsCore = "org.typelevel" %% "cats-core" % "2.10.0"
val circeCore = "io.circe" %% "circe-core" % "0.14.7"
val circeParser = "io.circe" %% "circe-parser" % "0.14.7"
val gson = "com.google.code.gson" % "gson" % "2.10.1"
val gson = "com.google.code.gson" % "gson" % "2.11.0"
val playJson = "org.playframework" %% "play-json" % "3.0.3"
val zio = "dev.zio" %% "zio" % "2.1.0"

Expand Down

0 comments on commit 2046545

Please sign in to comment.