Skip to content

Commit

Permalink
Update jsoniter-scala-core, ... to 2.27.4 (#3468)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Jan 22, 2024
1 parent 87834d3 commit 71d3c83
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 @@ -914,8 +914,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.27.3",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.27.3" % Test,
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.27.4",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.27.4" % Test,
scalaTest.value % Test
)
)
Expand Down

0 comments on commit 71d3c83

Please sign in to comment.