Skip to content

Commit 84f679e

Browse files
scala-stewardxuwei-k
authored andcommitted
Update junit-interface to 0.13.2
1 parent fb0c4de commit 84f679e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ lazy val scalaJava8Compat = (project in file("."))
7575

7676
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.12.0" % "test",
7777

78-
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",
78+
libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.2" % "test",
7979

8080
mimaBinaryIssueFilters ++= {
8181
import com.typesafe.tools.mima.core._, ProblemFilters._

0 commit comments

Comments
 (0)