diff --git a/build.sbt b/build.sbt index 8847c1f..254dc58 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform) name := "munit-cats-effect", libraryDependencies ++= Seq( "org.scalameta" %%% "munit" % "1.3.5", - "org.typelevel" %%% "cats-effect" % "3.7.0" + "org.typelevel" %%% "cats-effect" % "3.7.1" ), mimaBinaryIssueFilters ++= Seq( // false-positive. methods were deprecated in munit 1.0.4, they are still there but with different signature