Skip to content

Commit

Permalink
Merge pull request #1832 from scala-steward/update/jsoniter-scala-cor…
Browse files Browse the repository at this point in the history
…e-2.12.4

Update jsoniter-scala-core, ... to 2.12.4
  • Loading branch information
mergify[bot] authored Feb 4, 2022
2 parents 7cdfc63 + db23827 commit 7c59e12
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 @@ -574,8 +574,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.12.3",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.12.3" % Test,
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.12.4",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.12.4" % Test,
scalaTest.value % Test
)
)
Expand Down

0 comments on commit 7c59e12

Please sign in to comment.