From d6470193f001079522455dfd8fcefc438f5e51c4 Mon Sep 17 00:00:00 2001 From: softwaremill-ci Date: Fri, 23 Aug 2024 02:40:39 +0200 Subject: [PATCH] Update jsoniter-scala-core, ... to 2.30.8 (#2261) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d75a5de03..3ba46b1eb 100644 --- a/build.sbt +++ b/build.sbt @@ -120,7 +120,7 @@ val testServerSettings = Seq( val circeVersion: String = "0.14.9" -val jsoniterVersion = "2.30.7" +val jsoniterVersion = "2.30.8" val play29JsonVersion = "2.10.6"