diff --git a/build.sbt b/build.sbt index ee9b0dc..cd1e8df 100644 --- a/build.sbt +++ b/build.sbt @@ -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" ) )