Skip to content

Commit

Permalink
Merge pull request #1316 from softwaremill/update/jsoniter-scala-macr…
Browse files Browse the repository at this point in the history
…os-2.30.12

Update jsoniter-scala-macros to 2.30.12
  • Loading branch information
mergify[bot] authored Sep 26, 2024
2 parents 5d4275b + 859d24c commit 7a6f182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ val monitoringDependencies = Seq(
)

val jsonDependencies = Seq(
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.11",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.12",
"com.softwaremill.sttp.tapir" %% "tapir-jsoniter-scala" % tapirVersion,
"com.softwaremill.sttp.client3" %% "jsoniter" % sttpVersion
)
Expand Down

0 comments on commit 7a6f182

Please sign in to comment.