From 896958af99264177486cb2f45077e52f12259c28 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 14 Sep 2024 15:21:53 +0000 Subject: [PATCH] Update munit to 1.0.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 637c7f2..82031d1 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ ThisBuild / scalacOptions ++= scalaOptions(scalaVersion.value) ThisBuild / libraryDependencies ++= Seq( "co.fs2" %% "fs2-core" % "3.11.0", - "org.scalameta" %% "munit" % "1.0.1" % Test, + "org.scalameta" %% "munit" % "1.0.2" % Test, "org.typelevel" %% "cats-effect-testkit" % "3.5.4" % Test )