From e7241b948c7d356ab9b6d8299b4247cdd4358521 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 04:32:48 +0000 Subject: [PATCH] Update munit to 1.0.0-M7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a8b9b957..c95d37f1 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ ThisBuild / tlBaseVersion := "3.0" ThisBuild / organization := "org.typelevel" val catsVersion = "2.9.0" -val munitVersion = "1.0.0-M6" +val munitVersion = "1.0.0-M7" val disciplineMunitVersion = "2.0.0-M3" val kindProjectorVersion = "0.13.2" val shapeless2Version = "2.3.10"