From 3ab2065158bef8e009adc92668be4453f96d14db Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 29 Jan 2025 00:31:20 +0000 Subject: [PATCH] Update jsoniter-scala-core, ... to 2.33.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f400bee11..5832c190c 100644 --- a/build.sbt +++ b/build.sbt @@ -119,7 +119,7 @@ val testServerSettings = Seq( val circeVersion: String = "0.14.10" -val jsoniterVersion = "2.33.0" +val jsoniterVersion = "2.33.1" val play29JsonVersion = "2.10.6"