Skip to content

Commit fa47f51

Browse files
Update munit to 1.0.1
1 parent 09fbce3 commit fa47f51

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
@@ -61,7 +61,7 @@ lazy val tests = crossProject(JSPlatform, JVMPlatform, NativePlatform)
6161
.settings(
6262
libraryDependencies ++= Seq(
6363
"org.typelevel" %%% "cats-testkit" % CatsVersion,
64-
"org.scalameta" %%% "munit" % "1.0.0",
64+
"org.scalameta" %%% "munit" % "1.0.1",
6565
"org.typelevel" %%% "discipline-munit" % "2.0.0"))
6666
.jsSettings(commonJsSettings)
6767
.jvmSettings(commonJvmSettings)

0 commit comments

Comments
 (0)