From 9d1cc6451878f0a656f8c7c03b1b14ec4438aa04 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 20:06:57 +0000 Subject: [PATCH] Update junit-interface to 1.1.0 in series/0.6.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b089af59..a6b9ce6f 100644 --- a/build.sbt +++ b/build.sbt @@ -187,7 +187,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform) tlFatalWarnings := false, libraryDependencies ++= Seq( "org.scalameta" %%% "munit" % "1.0.0", - "org.scalameta" % "junit-interface" % "1.0.4", + "org.scalameta" % "junit-interface" % "1.1.0", "org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2", "org.typelevel" %%% "munit-cats-effect" % "2.0.0", "org.typelevel" %%% "cats-free" % "2.11.0",