From c847546b2d1d13940d3c790828fc46f4d9202e1a Mon Sep 17 00:00:00 2001 From: "scala-steward-gatling[bot]" <140393974+scala-steward-gatling[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 15:45:13 +0000 Subject: [PATCH] chore: update jsoniter-scala-macros from 2.37.2 to 2.37.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d2ef3b2..fffa59f 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ lazy val root = (project in file(".")) "org.http4s" %% "http4s-ember-server" % "0.23.30", // 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.37.2" % "provided", + "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.37.4" % "provided", // Testing "org.scalatest" %% "scalatest" % "3.2.19" % Test, "org.typelevel" %% "cats-effect-testing-scalatest" % "1.6.0" % Test