From dc71361a9cb018d63599a3ab7a600b9d7dad9fb2 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 11 Jul 2026 01:07:02 +0000 Subject: [PATCH] Update jsoniter-scala-core, ... to 2.39.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index db8962361..1f6ea6007 100644 --- a/build.sbt +++ b/build.sbt @@ -120,7 +120,7 @@ val testServerSettings = Seq( val circeVersion: String = "0.14.16" -val jsoniterVersion = "2.38.17" +val jsoniterVersion = "2.39.1" val play29JsonVersion = "2.10.8"