We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa2fe4 commit 7899bceCopy full SHA for 7899bce
build.sbt
@@ -42,7 +42,7 @@ val observabilityDependencies = Seq(
42
val jsonDependencies = Seq(
43
"com.softwaremill.sttp.client4" %% "jsoniter" % sttpVersion, // main JSON library
44
"com.softwaremill.sttp.tapir" %% "tapir-jsoniter-scala" % tapirVersion, // Tapir <-> jsoniter integation
45
- "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.38.5" // automatic codec derivation
+ "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.38.7" // automatic codec derivation
46
)
47
48
val loggingDependencies = Seq(
0 commit comments