From 4171dfef9ec9a65675f32f90d96bc11c8faf65fb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 May 2024 14:30:09 +0000 Subject: [PATCH] Update munit to 1.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fdaaf3c..a39ab80 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ lazy val V = new { val Scalas = Seq(SCALA_2_13, SCALA_2_12, SCALA_3) val literally = "1.1.0" val scalaJavaTime = "2.5.0" - val munit = "1.0.0-M8" + val munit = "1.0.0" } ThisBuild / scalaVersion := V.Scalas.head