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 28d30d8 commit fbb18d9Copy full SHA for fbb18d9
1 file changed
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 integration
45
- "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.38.12" // automatic codec derivation
+ "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.38.13" // automatic codec derivation
46
)
47
48
val loggingDependencies = Seq(
0 commit comments