diff --git a/build.sbt b/build.sbt index 5f095008..53096753 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.7", - "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.31.3", + "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.32.0", "com.disneystreaming.smithy4s" %% "smithy4s-dynamic" % smithy4sVersion.value, "com.disneystreaming.smithy4s" %% "smithy4s-http4s" % smithy4sVersion.value, "com.disneystreaming.smithy4s" %% "smithy4s-aws-http4s" % smithy4sVersion.value,