From 343e88e4e0517afdffc7f02c8e74083f46ed5d44 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 26 Jan 2024 00:11:12 +0000 Subject: [PATCH] Update jsoniter-scala-core, ... to 2.27.6 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 2ea45246f6..37ecb6c2b1 100644 --- a/build.sbt +++ b/build.sbt @@ -896,8 +896,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.5", - "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.27.5" % Test, + "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.27.6", + "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.27.6" % Test, scalaTest.value % Test ) )