From 57b22de716a7cb45597f731aa40e3bc02ac2b813 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 26 Apr 2024 00:21:06 +0000 Subject: [PATCH] Update munit to 1.0.0-RC1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b652116f..1de63e65 100644 --- a/build.sbt +++ b/build.sbt @@ -124,7 +124,7 @@ lazy val sharedSettings = Seq( "io.circe" %% "circe-literal" % "0.14.6", "org.tpolecat" %% "sourcepos" % "1.1.0", "org.typelevel" %% "paiges-core" % "0.4.2", - "org.scalameta" %% "munit" % "1.0.0-M10" % Test, + "org.scalameta" %% "munit" % "1.0.0-RC1" % Test, "org.typelevel" %% "munit-cats-effect" % "2.0.0-M3" % Test ) )