From a8ab18f7348424b64615919376bdd0b77619b4cc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 27 Oct 2023 01:40:32 +0000 Subject: [PATCH] Update play-json to 2.10.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1d9f4920..8466a13d 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ val scala3 = "3.3.1" val fs2Version = "3.9.2" val circeVersion = "0.14.6" val circeExtrasVersion = "0.14.2" -val playVersion = "2.10.1" +val playVersion = "2.10.2" val shapeless2Version = "2.3.10" val shapeless3Version = "3.3.0" val scalaJavaTimeVersion = "2.5.0"