diff --git a/build.sbt b/build.sbt index 836e55f..115f6c4 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform) libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.12.0", "org.typelevel" %%% "cats-effect" % "3.5.7", - "org.scalameta" %%% "munit" % "1.0.3" % Test, + "org.scalameta" %%% "munit" % "1.0.4" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test, "org.scalameta" %%% "munit-scalacheck" % "1.0.0" % Test )