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 Mar 6, 2024
1 parent 1e0c124 commit 1b611cb
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 @@ -18,7 +18,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(
name := "munit-cats-effect",
libraryDependencies ++= Seq(
"org.scalameta" %%% "munit" % "1.0.0-M10",
"org.scalameta" %%% "munit" % "1.0.0-M11",
"org.typelevel" %%% "cats-effect" % "3.5.4"
)
)

0 comments on commit 1b611cb

Please sign in to comment.