From ee5a3e47e5a9263b062916f8ae6a7792bbb617da Mon Sep 17 00:00:00 2001 From: softwaremill-ci Date: Sun, 11 Feb 2024 01:27:21 +0100 Subject: [PATCH] Update jsoniter-scala-core, ... to 2.28.2 (#3513) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 01be237036..1ce2111d80 100644 --- a/build.sbt +++ b/build.sbt @@ -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.28.1", - "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.28.1" % Test, + "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.28.2", + "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.28.2" % Test, scalaTest.value % Test ) )