From 9ff63619797e386ee875e672030a10c145ca5727 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 26 Sep 2023 00:21:12 +0000 Subject: [PATCH] Update jsoniter-scala-core, ... to 2.23.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 640d71951e..9751cbdbac 100644 --- a/build.sbt +++ b/build.sbt @@ -121,7 +121,7 @@ val testServerSettings = Seq( val circeVersion: String = "0.14.6" -val jsoniterVersion = "2.23.4" +val jsoniterVersion = "2.23.5" val playJsonVersion: Option[(Long, Long)] => String = { case Some((2, 11)) => "2.7.4"