From 78bf6082998ee081e4d9676ae468c51a19230fe5 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 30 Aug 2024 00:28:57 +0000 Subject: [PATCH] Update jsoniter-scala-core, ... to 2.30.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 24282f886..091adf8f7 100644 --- a/build.sbt +++ b/build.sbt @@ -120,7 +120,7 @@ val testServerSettings = Seq( val circeVersion: String = "0.14.9" -val jsoniterVersion = "2.30.8" +val jsoniterVersion = "2.30.9" val play29JsonVersion = "2.10.6"