Skip to content

Commit

Permalink
Update jsoniter-scala-core to 2.30.14 (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 30, 2024
1 parent 960d33e commit 7993875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object Deps {
val bits = dep("org.scodec" %%% "scodec-bits" % "1.2.1")
}
val upickle = dep("com.lihaoyi" %%% "upickle" % "4.0.2")
val jsoniter = dep("com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.30.12")
val jsoniter = dep("com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.30.14")
val zioJson = dep("dev.zio" %%% "zio-json" % "0.7.3")

val http4s = dep("org.http4s" %%% "http4s-core" % "0.23.28")
Expand Down

0 comments on commit 7993875

Please sign in to comment.