Skip to content

Commit

Permalink
Update jsoniter-scala-core, ... to 2.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 27, 2023
1 parent 7554a86 commit 2aa16a2
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 @@ -125,8 +125,8 @@ lazy val zioJson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided,
"com.softwaremill.magnolia1_2" %%% "magnolia" % "1.1.3",
"io.circe" %%% "circe-generic-extras" % circeVersion % "test",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.23.3" % "test",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.23.3" % "test"
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.23.5" % "test",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.23.5" % "test"
)
}
},
Expand Down

0 comments on commit 2aa16a2

Please sign in to comment.