Skip to content

Commit 7899bce

Browse files
Update jsoniter-scala-macros to 2.38.7 (#2223)
1 parent baa2fe4 commit 7899bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ val observabilityDependencies = Seq(
4242
val jsonDependencies = Seq(
4343
"com.softwaremill.sttp.client4" %% "jsoniter" % sttpVersion, // main JSON library
4444
"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
45+
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.38.7" // automatic codec derivation
4646
)
4747

4848
val loggingDependencies = Seq(

0 commit comments

Comments
 (0)