From 048ca23ae9e9926d8e5624c632dce52e600b37e9 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sun, 29 Oct 2023 00:26:23 +0000 Subject: [PATCH] Update jsoniter-scala-core, ... to 2.24.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8b3cc3ed3d..0cb0d643a2 100644 --- a/build.sbt +++ b/build.sbt @@ -121,7 +121,7 @@ val testServerSettings = Seq( val circeVersion: String = "0.14.6" -val jsoniterVersion = "2.24.2" +val jsoniterVersion = "2.24.3" val playJsonVersion: Option[(Long, Long)] => String = { case Some((2, 11)) => "2.7.4"