From fa9a7edb1f3e53e0192eaf3bf9d8514799c83a43 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 13:29:02 +0000 Subject: [PATCH] Update junit-interface to 1.2.1 in series/0.6.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 39b465c5..9199a5bd 100644 --- a/build.sbt +++ b/build.sbt @@ -187,7 +187,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform) .settings( libraryDependencies ++= Seq( "org.scalameta" %%% "munit" % "1.0.0", - "org.scalameta" % "junit-interface" % "1.2.0", + "org.scalameta" % "junit-interface" % "1.2.1", "org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2", "org.typelevel" %%% "munit-cats-effect" % "2.1.0", "org.typelevel" %%% "cats-free" % "2.11.0",