From aa0316d46b32ee38d922cc2886d5b4ccecc77405 Mon Sep 17 00:00:00 2001 From: softwaremill-ci Date: Wed, 18 Sep 2024 02:47:06 +0200 Subject: [PATCH] Update jsoniter-scala-core, ... to 2.30.10 (#2287) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9db2726bb..daee73375 100644 --- a/build.sbt +++ b/build.sbt @@ -120,7 +120,7 @@ val testServerSettings = Seq( val circeVersion: String = "0.14.10" -val jsoniterVersion = "2.30.9" +val jsoniterVersion = "2.30.10" val play29JsonVersion = "2.10.6"