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