Skip to content

Commit

Permalink
Update jsoniter-scala-core, ... to 2.17.3 (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 13, 2022
1 parent 2db7cd7 commit 91bc373
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.propensive" %%% "magnolia" % "0.17.0",
"io.circe" %%% "circe-generic-extras" % circeVersion % "test",
"com.typesafe.play" %%% "play-json" % "2.9.3" % "test",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.17.2" % "test",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.17.2" % "test"
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.17.3" % "test",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.17.3" % "test"
)
}
},
Expand Down

0 comments on commit 91bc373

Please sign in to comment.