From 4121076b03943788c025f6d02318c4d9e83a40e9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 18 Sep 2023 13:41:47 +0000 Subject: [PATCH] Update munit, munit-scalacheck to 1.0.0-M10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fdaaf3c..b9570ab 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-M10" } ThisBuild / scalaVersion := V.Scalas.head