From aff48884bf42ba82eccf325992f41e624730f1d7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 26 May 2024 00:28:15 +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 3908f903..9f5b6a51 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.3", - "org.scalameta" %% "munit" % "1.0.0-RC1" % Test, + "org.scalameta" %% "munit" % "1.0.0" % Test, "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test ) )