Skip to content

Commit

Permalink
Update jsoniter-scala-macros to 2.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 18, 2024
1 parent 34322f5 commit 8dfd68c
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.15",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.31.0",
"com.softwaremill.sttp.tapir" %% "tapir-jsoniter-scala" % tapirVersion,
"com.softwaremill.sttp.client3" %% "jsoniter" % sttpVersion
)
Expand Down

0 comments on commit 8dfd68c

Please sign in to comment.