Skip to content

Commit

Permalink
Merge pull request #1184 from scala-steward/update/jsoniter-scala-cor…
Browse files Browse the repository at this point in the history
…e-2.23.4

Update jsoniter-scala-core to 2.23.4
  • Loading branch information
mergify[bot] authored Sep 6, 2023
2 parents 601d619 + 860b9b4 commit 3c0e673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Dependencies {

val Jsoniter = new {
val org = "com.github.plokhotnyuk.jsoniter-scala"
val jsoniterScalaVersion = "2.23.3"
val jsoniterScalaVersion = "2.23.4"
val core = Def.setting(org %%% "jsoniter-scala-core" % jsoniterScalaVersion)
val macros = Def.setting(
org %%% "jsoniter-scala-macros" % jsoniterScalaVersion % "compile-internal"
Expand Down

0 comments on commit 3c0e673

Please sign in to comment.