Skip to content

Commit

Permalink
Update jsoniter-scala-core to 2.13.0 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 9, 2022
1 parent ba0fa86 commit 102510f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ lazy val Dependencies = new {

val Jsoniter =
Def.setting(
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.12.4"
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.13.0"
)

val Smithy = new {
Expand Down

0 comments on commit 102510f

Please sign in to comment.