Skip to content

Commit

Permalink
Merge pull request #390 from scala-steward/update/jsoniter-scala-core…
Browse files Browse the repository at this point in the history
…-2.32.0

Update jsoniter-scala-core, ... to 2.32.0
  • Loading branch information
lenguyenthanh authored Dec 13, 2024
2 parents 1cc54ea + 80d2127 commit c8f0108
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.3"
val jsoniterMacro = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.31.3"
val jsoniterCore = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.32.0"
val jsoniterMacro = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.32.0"

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

Expand Down

0 comments on commit c8f0108

Please sign in to comment.