From ca397bdf792c5a92e9deefebdc85ca3abc45abba Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 12:17:05 +0000 Subject: [PATCH] Update junit-interface to 1.2.2 in series/0.6.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5bc5bca2..645cd38c 100644 --- a/build.sbt +++ b/build.sbt @@ -186,7 +186,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform) .settings( libraryDependencies ++= Seq( "org.scalameta" %%% "munit" % "1.0.0", - "org.scalameta" % "junit-interface" % "1.2.1", + "org.scalameta" % "junit-interface" % "1.2.2", "org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2", "org.typelevel" %%% "munit-cats-effect" % "2.1.0", "org.typelevel" %%% "cats-free" % "2.11.0",