From 7ffc5165fa0bc61dcdffb7f833f52007db6c4b3c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 18 Jan 2024 19:45:43 +0000 Subject: [PATCH] Update play-json to 3.0.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f9fa4439..455a023f 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ val scala3 = "3.3.1" val fs2Version = "3.9.3" val circeVersion = "0.14.6" val circeExtrasVersion = "0.14.2" -val playVersion = "3.0.1" +val playVersion = "3.0.2" val shapeless2Version = "2.3.10" val shapeless3Version = "3.3.0" val scalaJavaTimeVersion = "2.5.0"