From c4fd1065e9f68ed29f6a1eea801b1cebc4e907a0 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 13 Jan 2024 00:22:47 +0000 Subject: [PATCH] Update jsoniter-scala-core to 2.27.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cbbc246046..404bd53af6 100644 --- a/build.sbt +++ b/build.sbt @@ -121,7 +121,7 @@ val testServerSettings = Seq( val circeVersion: String = "0.14.6" -val jsoniterVersion = "2.25.0" +val jsoniterVersion = "2.27.2" val play29JsonVersion = "2.10.3"