Skip to content

Commit

Permalink
Update jsoniter-scala-core, ... to 2.27.7 (#3486)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Jan 27, 2024
1 parent 3673f2e commit 0aed233
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -900,8 +900,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.6",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.27.6" % Test,
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.27.7",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.27.7" % Test,
scalaTest.value % Test
)
)
Expand Down Expand Up @@ -1525,7 +1525,7 @@ lazy val zioHttpServer: ProjectMatrix = (projectMatrix in file("server/zio-http-
lazy val awsLambdaCore: ProjectMatrix = (projectMatrix in file("serverless/aws/lambda-core"))
.settings(commonJvmSettings)
.settings(
name := "tapir-aws-lambda-core",
name := "tapir-aws-lambda-core"
)
.jvmPlatform(scalaVersions = scala2And3Versions)
.jsPlatform(scalaVersions = scala2Versions)
Expand Down

0 comments on commit 0aed233

Please sign in to comment.