Skip to content

Commit

Permalink
Merge pull request #3283 from softwaremill/update/jsoniter-scala-core…
Browse files Browse the repository at this point in the history
…-2.24.4

Update jsoniter-scala-core, ... to 2.24.4
  • Loading branch information
mergify[bot] authored Oct 30, 2023
2 parents cc3d108 + fc1d98b commit ec3ea3d
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 @@ -897,8 +897,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.24.2",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.24.2" % Test,
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.24.4",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.24.4" % Test,
scalaTest.value % Test
)
)
Expand Down

0 comments on commit ec3ea3d

Please sign in to comment.