Skip to content

Commit

Permalink
Update jsoniter-scala-core, ... to 2.23.1 (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 30, 2023
1 parent 2e729c9 commit a4970dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ lazy val zioJson = crossProject(JSPlatform, JVMPlatform)
"com.softwaremill.magnolia1_2" %%% "magnolia" % "1.1.3",
"io.circe" %%% "circe-generic-extras" % circeVersion % "test",
"com.typesafe.play" %%% "play-json" % "2.9.4" % "test",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.23.0" % "test",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.23.0" % "test"
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.23.1" % "test",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.23.1" % "test"
)
}
},
Expand Down

0 comments on commit a4970dc

Please sign in to comment.