Skip to content

Commit 0416803

Browse files
authored
Merge pull request #102 from typelevel/update/munit-1.0.0-M10
Update munit to 1.0.0-M10
2 parents 0547ff9 + a37efe2 commit 0416803

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.10.0",
4040
"org.typelevel" %%% "cats-effect-testkit" % "3.5.1",
41-
"org.scalameta" %%% "munit" % "1.0.0-M8", // not % Test, on purpose :)
41+
"org.scalameta" %%% "munit" % "1.0.0-M10", // not % Test, on purpose :)
4242
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3"
4343
),
4444
mimaPreviousArtifacts := Set()

0 commit comments

Comments
 (0)