From fec73a5d05ce502350282770ecbc2e3c84d53587 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 12:57:25 +0000 Subject: [PATCH] chore(deps): update dependency com.github.sbt:junit-interface to v0.13.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5b4af0b..9e54944 100644 --- a/build.sbt +++ b/build.sbt @@ -9,5 +9,5 @@ lazy val root = project scalaVersion := scala3Version, javacOptions ++= Seq("-source", "17"), - libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.2" % Test + libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test )