From a8a1243d8d637a62eb5e0319158101429c843b1e Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 2 Oct 2025 00:33:40 +0000 Subject: [PATCH] Update jsoniter-scala-core, ... to 2.38.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a8bd112af..a674bfd10 100644 --- a/build.sbt +++ b/build.sbt @@ -120,7 +120,7 @@ val testServerSettings = Seq( val circeVersion: String = "0.14.15" -val jsoniterVersion = "2.38.2" +val jsoniterVersion = "2.38.3" val play29JsonVersion = "2.10.7"