From ab6c347cfa346b104932c9c2432556b4762ffe25 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 15 Sep 2024 18:48:19 +0200 Subject: [PATCH] Update munit to 1.0.2 (#127) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5ebb234..c46779a 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 )