From d260de22ff1b1ee21af411aec6c4bc73e16257b0 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 13 Aug 2024 03:45:15 +0200 Subject: [PATCH] Update munit to 1.0.1 (#240) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6096153..cc289c3 100644 --- a/build.sbt +++ b/build.sbt @@ -76,7 +76,7 @@ lazy val core = (project in file("modules/core")) libraryDependencies ++= List( "org.mongodb" % "bson" % "5.1.2", "org.typelevel" %% "cats-core" % "2.12.0", - "org.scalameta" %% "munit" % "1.0.0" % Test, + "org.scalameta" %% "munit" % "1.0.1" % Test, "org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test ), Compile / sourceGenerators += Boilerplate.generatorTask.taskValue,