From 103e84c8414c301286fd874bd5ac153020730242 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 20:14:13 +0200 Subject: [PATCH] Update munit to 1.0.0 (#670) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 52bbb619..b9c058a9 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ ThisBuild / tlBaseVersion := "3.3" ThisBuild / organization := "org.typelevel" val catsVersion = "2.10.0" -val munitVersion = "1.0.0-RC1" +val munitVersion = "1.0.0" val disciplineMunitVersion = "2.0.0-M3" val kindProjectorVersion = "0.13.3" val shapeless2Version = "2.3.11"