From 3e0274a331c6f9a2be2ba295b53eef6e948afcad Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 17 Jan 2024 00:23:07 +0000 Subject: [PATCH] Update play-json to 2.10.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cbbc246046..e38c818142 100644 --- a/build.sbt +++ b/build.sbt @@ -123,7 +123,7 @@ val circeVersion: String = "0.14.6" val jsoniterVersion = "2.25.0" -val play29JsonVersion = "2.10.3" +val play29JsonVersion = "2.10.4" val playJsonVersion = "3.0.1"