From 0412b7f13d2146806f18e45a3b40f2f30835ceae Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:23:19 +0000 Subject: [PATCH] Update munit to 1.0.1 --- build.sbt | 2 +- src/main/g8/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index f0a85f4..bd80f11 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ ThisBuild / githubWorkflowPublishTargetBranches := Seq.empty val Http4sVersion = "0.23.27" val CirceVersion = "0.14.9" -val MunitVersion = "1.0.0" +val MunitVersion = "1.0.1" val LogbackVersion = "1.5.6" val MunitCatsEffectVersion = "2.0.0" diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index 3f71ca5..e3fb40d 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -1,6 +1,6 @@ val Http4sVersion = "0.23.27" val CirceVersion = "0.14.9" -val MunitVersion = "1.0.0" +val MunitVersion = "1.0.1" val LogbackVersion = "1.5.6" val MunitCatsEffectVersion = "2.0.0"