From f4aaab0b636a0b2dd7c317539462baa801291d54 Mon Sep 17 00:00:00 2001 From: "scala-steward-gatling[bot]" <140393974+scala-steward-gatling[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 02:53:28 +0000 Subject: [PATCH] chore: update jsoniter-scala-macros from 2.38.0 to 2.38.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b4c616a..4e45f55 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ lazy val root = (project in file(".")) "org.http4s" %% "http4s-ember-server" % "0.23.31", // same version as in smithy4s // scope should be "compile-internal" but IntelliJ does not understand it https://youtrack.jetbrains.com/issue/SCL-18284 - "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.38.0" % "provided", + "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.38.2" % "provided", // Testing "org.scalatest" %% "scalatest" % "3.2.19" % Test, "org.typelevel" %% "cats-effect-testing-scalatest" % "1.7.0" % Test