Skip to content

Commit 0fdf25e

Browse files
authored
Merge pull request #47 from typelevel/update/munit-1.0.0-M8
Update munit to 1.0.0-M8
2 parents 777783f + 327a3df commit 0fdf25e

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
@@ -38,7 +38,7 @@ lazy val toolkitTest = crossProject(JVMPlatform, JSPlatform, NativePlatform)
3838
libraryDependencies ++= Seq(
3939
"org.typelevel" %%% "cats-core" % "2.9.0",
4040
"org.typelevel" %%% "cats-effect-testkit" % "3.5.0",
41-
"org.scalameta" %%% "munit" % "1.0.0-M7", // not % Test, on purpose :)
41+
"org.scalameta" %%% "munit" % "1.0.0-M8", // not % Test, on purpose :)
4242
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3"
4343
),
4444
mimaPreviousArtifacts := Set()

0 commit comments

Comments
 (0)