Skip to content

Commit

Permalink
Merge pull request #279 from scala-steward/update/jsoniter-scala-core…
Browse files Browse the repository at this point in the history
…-2.13.17

Update jsoniter-scala-core, ... to 2.13.17
  • Loading branch information
zmccoy authored Apr 22, 2022
2 parents 2fc95cb + 4e2b571 commit c09cdea
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 @@ -64,8 +64,8 @@ lazy val benchmark = project
"io.circe" %% "circe-jackson29" % "0.14.0",
"io.spray" %% "spray-json" % "1.3.6",
"org.json4s" %% "json4s-jackson" % "4.0.4",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.13.12",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.13.12",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.13.17",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.13.17",
"org.scalatest" %% "scalatest" % scalaTestVersion % Test
),
libraryDependencies ++= circeDependencies
Expand Down

0 comments on commit c09cdea

Please sign in to comment.