From e5203dda3066bf66134785ea5b51fb94debd60a6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 19 Sep 2023 03:41:35 +0000 Subject: [PATCH] Update play-json to 2.10.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f6a7b53..3868682 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ inThisBuild( resolvers += Resolver.sonatypeRepo("releases") -val playJson = "2.10.0-RC5" +val playJson = "2.10.1" val stMaterialUi = "5.11.16" // Used only by the lib projects