From f9455735ec5312b3f4fe2dace1426a1509e67914 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:33:17 +0000 Subject: [PATCH] Update play-json to 3.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5b55bbf..5c27d13 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ ThisBuild / tlVersionIntroduced := Map("3" -> "0.23.12") lazy val root = project.in(file(".")).aggregate(playJson).enablePlugins(NoPublishPlugin) val http4sVersion = "0.23.27" -val playJsonVersion = "3.0.3" +val playJsonVersion = "3.0.4" val munitVersion = "1.0.0" val munitCatsEffectVersion = "2.0.0"