From 28145883cadfc06e8c55bf9d10dc65d5a0457407 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 20:55:35 +0000 Subject: [PATCH] Update junit-interface, munit to 1.0.0-M10 in series/0.6.x --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 4cc2a32f..1bf3378d 100644 --- a/build.sbt +++ b/build.sbt @@ -169,8 +169,8 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform) .settings( tlFatalWarnings := false, libraryDependencies ++= Seq( - "org.scalameta" %%% "munit" % "1.0.0-M8", - "org.scalameta" % "junit-interface" % "1.0.0-M8", + "org.scalameta" %%% "munit" % "1.0.0-M10", + "org.scalameta" % "junit-interface" % "1.0.0-M10", "org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2", "org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3", "org.typelevel" %%% "cats-free" % "2.10.0",