From eade199c29d9e499a7f80dfb245f430ed5e0e1b3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Nov 2023 02:58:40 +0000 Subject: [PATCH] Update play-json to 2.10.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f6a7b53..bc7a845 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.3" val stMaterialUi = "5.11.16" // Used only by the lib projects