Skip to content

Commit

Permalink
Update jsoniter-scala-core, ... to 2.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 20, 2024
1 parent ea8393e commit d7c23ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ object Dependencies {
lazy val smithy4sHttp4sSwagger = smithy4s("http4s-swagger")
lazy val smithy4sJson = smithy4s("json")

val jsoniterCore = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.15"
val jsoniterMacro = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.15"
val jsoniterCore = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.31.0"
val jsoniterMacro = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.31.0"

val playWS = "com.typesafe.play" %% "play-ahc-ws-standalone" % "2.2.9"

Expand Down

0 comments on commit d7c23ff

Please sign in to comment.