Skip to content

Commit

Permalink
Merge pull request softwaremill#2387 from softwaremill/update/jsonite…
Browse files Browse the repository at this point in the history
…r-scala-core-2.16.0

Update jsoniter-scala-core, ... to 2.16.0
  • Loading branch information
mergify[bot] committed Aug 28, 2022
2 parents 9013da8 + d40f42c commit 6c02417
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 @@ -699,8 +699,8 @@ lazy val jsoniterScala: ProjectMatrix = (projectMatrix in file("json/jsoniter"))
.settings(
name := "tapir-jsoniter-scala",
libraryDependencies ++= Seq(
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.15.0",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.15.0" % Test,
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.16.0",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.16.0" % Test,
scalaTest.value % Test
)
)
Expand Down

0 comments on commit 6c02417

Please sign in to comment.