Skip to content

Commit fbb18d9

Browse files
Update jsoniter-scala-macros to 2.38.13 (#2937)
1 parent 28d30d8 commit fbb18d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 integration
45-
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.38.12" // automatic codec derivation
45+
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.38.13" // automatic codec derivation
4646
)
4747

4848
val loggingDependencies = Seq(

0 commit comments

Comments
 (0)