Skip to content

Commit

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

Update jsoniter-scala-core, ... to 2.30.10
  • Loading branch information
lenguyenthanh authored Sep 18, 2024
2 parents 72f6bb1 + 24d33ac commit 6e3f170
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.9"
val jsoniterMacro = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.9"
val jsoniterCore = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.10"
val jsoniterMacro = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.10"

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

Expand Down

0 comments on commit 6e3f170

Please sign in to comment.