From 35328f18f2dd4abf10311268fb1c8fa3400cc904 Mon Sep 17 00:00:00 2001 From: softwaremill-ci Date: Mon, 3 Jun 2024 02:38:53 +0200 Subject: [PATCH] Update jsoniter-scala-core, ... to 2.30.1 (#2201) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 75352d358d..79383d3c3e 100644 --- a/build.sbt +++ b/build.sbt @@ -120,7 +120,7 @@ val testServerSettings = Seq( val circeVersion: String = "0.14.7" -val jsoniterVersion = "2.30.0" +val jsoniterVersion = "2.30.1" val play29JsonVersion = "2.10.5"