From b6d4eeca30928cfeeb79c02ff9fcc9e23eff8f99 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 01:12:15 +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 fe4db9d..97a8683 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ ThisBuild / tlVersionIntroduced := Map("3" -> "0.23.12") lazy val root = project.in(file(".")).aggregate(playJson).enablePlugins(NoPublishPlugin) val http4sVersion = "0.23.25" -val playJsonVersion = "3.0.1" +val playJsonVersion = "3.0.2" val munitVersion = "1.0.0-M10" val munitCatsEffectVersion = "2.0.0-M4"