Skip to content

Commit

Permalink
Update munit to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Sep 13, 2024
1 parent 7f5e11e commit 3f9e84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ lazy val tests = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-testkit" % CatsVersion,
"org.scalameta" %%% "munit" % "1.0.0",
"org.scalameta" %%% "munit" % "1.0.2",
"org.typelevel" %%% "discipline-munit" % "2.0.0"))
.jsSettings(commonJsSettings)
.jvmSettings(commonJvmSettings)
Expand Down

0 comments on commit 3f9e84f

Please sign in to comment.