Skip to content

Commit

Permalink
Update munit to 1.0.0-M11
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Feb 2, 2024
1 parent e7ecfd4 commit 8bd4122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -68,7 +68,7 @@ lazy val commonSettings = Seq(
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % catsV,
"org.typelevel" %%% "cats-testkit" % catsV % Test,
"org.scalameta" %%% "munit" % "1.0.0-M10" % Test,
"org.scalameta" %%% "munit" % "1.0.0-M11" % Test,
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test
)
)

0 comments on commit 8bd4122

Please sign in to comment.