From 8c2986db86982911304e6f4c529c94348373aa6b Mon Sep 17 00:00:00 2001 From: softwaremill-ci Date: Tue, 22 Oct 2024 02:42:23 +0200 Subject: [PATCH] Update jsoniter-scala-core, ... to 2.31.1 (#2322) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dbf0c5c5f..45c6ddf66 100644 --- a/build.sbt +++ b/build.sbt @@ -120,7 +120,7 @@ val testServerSettings = Seq( val circeVersion: String = "0.14.10" -val jsoniterVersion = "2.31.0" +val jsoniterVersion = "2.31.1" val play29JsonVersion = "2.10.6"