From 957b7ca66cc59da6ed78373a90836bb4673ba4ed Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 Nov 2024 18:18:12 +0000 Subject: [PATCH] Update jsoniter-scala-macros to 2.31.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 76a0d945..fd2ac835 100644 --- a/build.sbt +++ b/build.sbt @@ -163,7 +163,7 @@ lazy val core = module("core") .settings( libraryDependencies ++= Seq( "org.typelevel" %% "cats-effect" % "3.5.5", - "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.31.1", + "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.31.3", "com.disneystreaming.smithy4s" %% "smithy4s-dynamic" % smithy4sVersion.value, "com.disneystreaming.smithy4s" %% "smithy4s-http4s" % smithy4sVersion.value, "com.disneystreaming.smithy4s" %% "smithy4s-aws-http4s" % smithy4sVersion.value,