From eafa7048473d52ec984fb52d3bc0b0fea25beb3f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Feb 2022 14:58:57 +0100 Subject: [PATCH] Update junit-interface to 0.13.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0a62c60..0d9ba28 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ lazy val root = (project in file(".")) "org.seleniumhq.selenium" % "selenium-chrome-driver" % "4.1.4" % Test, // Test framework dependencies "org.scalatest" %% "scalatest" % "3.1.2" % Test, - "com.novocode" % "junit-interface" % "0.11" % Test + "com.github.sbt" % "junit-interface" % "0.13.3" % Test ), (Compile / PB.targets) := Seq( scalapb.gen() -> (Compile / sourceManaged).value