From 8fa0054bf2368dae5d991bfe3b72021ba6fe253b Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 30 May 2026 01:10:04 +0000 Subject: [PATCH] Update jsoniter-scala-core, ... to 2.38.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 604a42878..6dc3a44ed 100644 --- a/build.sbt +++ b/build.sbt @@ -120,7 +120,7 @@ val testServerSettings = Seq( val circeVersion: String = "0.14.15" -val jsoniterVersion = "2.38.13" +val jsoniterVersion = "2.38.14" val play29JsonVersion = "2.10.8"