From a8472c302ed61c0c7aa1f8616056120005a558ab Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 12 Aug 2024 21:56:05 +0000 Subject: [PATCH] Update munit to 1.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 02666d7..8ee82a4 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ lazy val root = (project in file(".")) name := "fs2-aes", libraryDependencies ++= Seq( "co.fs2" %% "fs2-core" % "3.10.2", - "org.scalameta" %% "munit" % "1.0.0" % Test, + "org.scalameta" %% "munit" % "1.0.1" % Test, "org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test, "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test, "org.typelevel" %% "scalacheck-effect-munit" % "2.0.0-M2" % Test