Skip to content

Commit

Permalink
Update jsoniter-scala-core, ... to 2.31.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 9, 2024
1 parent 855094c commit 441e4e2
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 @@ -44,8 +44,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.31.1"
val jsoniterMacro = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.31.1"
val jsoniterCore = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.31.3"
val jsoniterMacro = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.31.3"

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

Expand Down

0 comments on commit 441e4e2

Please sign in to comment.