From be2948fb48ec62895242c344595449c82e0c1afc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 30 Dec 2021 02:18:54 +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 8492c509..6b26ea3d 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor scalaVersion := crossScalaVersions.value.head, libraryDependencies += "junit" % "junit" % "4.13.2" % Test, - libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.2" % Test, + libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test, // so we can `@nowarn` in test code, but only in test code, so the dependency // doesn't leak downstream. can be dropped when we drop 2.11 from the crossbuild libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.6.0" % Test,