From 2046545a64913a9fcd51fa996e3aa90e03ebad1f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 21 May 2024 19:02:41 +0000 Subject: [PATCH] Update gson to 2.11.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4f4318f..56e7338 100644 --- a/build.sbt +++ b/build.sbt @@ -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"