Skip to content

Commit 292febe

Browse files
authored
Merge pull request #184 from typelevel/update/munit-1.0.0
Update munit to 1.0.0
2 parents 11ac07a + fb5f260 commit 292febe

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
@@ -40,7 +40,7 @@ lazy val toolkitTest = crossProject(JVMPlatform, JSPlatform, NativePlatform)
4040
libraryDependencies ++= Seq(
4141
"org.typelevel" %%% "cats-core" % "2.10.0",
4242
"org.typelevel" %%% "cats-effect-testkit" % "3.5.4",
43-
"org.scalameta" %%% "munit" % "1.0.0-RC1", // not % Test, on purpose :)
43+
"org.scalameta" %%% "munit" % "1.0.0", // not % Test, on purpose :)
4444
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M5"
4545
),
4646
mimaPreviousArtifacts := Set()

0 commit comments

Comments
 (0)