Skip to content

Commit

Permalink
Update jsoniter-scala-core to 2.30.1 (#295)
Browse files Browse the repository at this point in the history
Co-authored-by: johannes karoff <[email protected]>
  • Loading branch information
scala-steward and cornerman authored Jun 9, 2024
1 parent a1ada9e commit 4917665
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,6 +25,6 @@ object Deps {
val bits = dep("org.scodec" %%% "scodec-bits" % "1.1.37")
}
val upickle = dep("com.lihaoyi" %%% "upickle" % "3.3.1")
val jsoniter = dep("com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.17.9")
val jsoniter = dep("com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.30.1")
val zioJson = dep("dev.zio" %%% "zio-json" % "0.6.0")
}

0 comments on commit 4917665

Please sign in to comment.