From 27a077a69817012f8580400968e20ed673d4e617 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 26 Oct 2021 06:05:32 +0200 Subject: [PATCH] Update junit-interface to 0.13.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c40a6b76..687aa26d 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ libraryDependencies ++= Seq( "org.scalariform" %% "scalariform" % "0.2.10", "com.typesafe" % "config" % "1.4.1", "junit" % "junit" % "4.13.2" % "test", - "com.novocode" % "junit-interface" % "0.11" % "test", + "com.github.sbt" % "junit-interface" % "0.13.2" % "test", "com.google.guava" % "guava" % "30.1.1-jre" % "test", "org.scalatest" %% "scalatest" % "3.2.9" % "test", "org.scalatestplus" %% "junit-4-13" % "3.2.9.0" % "test",