Skip to content

Commit be2948f

Browse files
committed
Update junit-interface to 0.13.3
1 parent 95cf9e0 commit be2948f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
2626
scalaVersion := crossScalaVersions.value.head,
2727

2828
libraryDependencies += "junit" % "junit" % "4.13.2" % Test,
29-
libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.2" % Test,
29+
libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test,
3030
// so we can `@nowarn` in test code, but only in test code, so the dependency
3131
// doesn't leak downstream. can be dropped when we drop 2.11 from the crossbuild
3232
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.6.0" % Test,

0 commit comments

Comments
 (0)