From 60a14ad3e74b859e931cbffec36c2a998752d664 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 19 Sep 2024 00:30:12 +0000 Subject: [PATCH] Update jsoniter-scala-core, ... to 2.30.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index daee73375..f169e0332 100644 --- a/build.sbt +++ b/build.sbt @@ -120,7 +120,7 @@ val testServerSettings = Seq( val circeVersion: String = "0.14.10" -val jsoniterVersion = "2.30.10" +val jsoniterVersion = "2.30.11" val play29JsonVersion = "2.10.6"