Skip to content

Commit

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

Update jsoniter-scala-core, ... to 2.31.0
  • Loading branch information
lenguyenthanh authored Oct 21, 2024
2 parents 7e1d728 + d7c23ff commit 16e5a2b
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 16e5a2b

Please sign in to comment.