Skip to content

Commit f679286

Browse files
authored
Merge pull request #568 from typelevel/update/munit-1.0.0
Update munit to 1.0.0
2 parents 609ac23 + ed5607d commit f679286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ lazy val tests = crossProject(JSPlatform, JVMPlatform, NativePlatform)
5757
.settings(
5858
libraryDependencies ++= Seq(
5959
"org.typelevel" %%% "cats-testkit" % CatsVersion,
60-
"org.scalameta" %%% "munit" % "1.0.0-RC1",
60+
"org.scalameta" %%% "munit" % "1.0.0",
6161
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3"))
6262
.jsSettings(commonJsSettings)
6363
.jvmSettings(commonJvmSettings)

0 commit comments

Comments
 (0)