From 81a381b841b53aa51a7bdbf0570cdbfe6777fe34 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 25 Jun 2024 00:12:13 +0200 Subject: [PATCH] Update play, play-json, ... to 3.0.4 (#2302) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 395c369bc6..ab0ff36356 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ val laminextVersion = "0.17.0" val magnoliaScala2Version = "1.1.10" val magnoliaScala3Version = "1.3.7" val pekkoHttpVersion = "1.0.1" -val playVersion = "3.0.3" +val playVersion = "3.0.4" val playJsonVersion = "3.0.3" val scalafmtVersion = "3.8.0" val sttpVersion = "3.9.7"