From 23ae4c3480c764d18e996264a373ae4eedb366db Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 24 Sep 2026 00:49:22 +0000 Subject: [PATCH] Update jsoniter-scala-core, ... to 2.41.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f1e1efadb..c090c2c4b 100644 --- a/build.sbt +++ b/build.sbt @@ -123,7 +123,7 @@ val testServerSettings = Seq( val circeVersion: String = "0.14.16" -val jsoniterVersion = "2.40.1" +val jsoniterVersion = "2.41.0" val play29JsonVersion = "2.10.8"