From 33851b7aec1071ac4a0e2d3df13e5e2f0568a054 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 16:14:16 +0000 Subject: [PATCH] Update munit, munit-scalacheck to 1.0.0-M9 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index bba29f05..e5deb52c 100644 --- a/build.sbt +++ b/build.sbt @@ -55,8 +55,8 @@ lazy val commonSettings = Seq( ), // Testing libraryDependencies ++= Seq( - "org.scalameta" %%% "munit" % "1.0.0-M8" % Test, - "org.scalameta" %%% "munit-scalacheck" % "1.0.0-M8" % Test, + "org.scalameta" %%% "munit" % "1.0.0-M9" % Test, + "org.scalameta" %%% "munit-scalacheck" % "1.0.0-M9" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3" % Test ) )