We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0c4de commit 84f679eCopy full SHA for 84f679e
build.sbt
@@ -75,7 +75,7 @@ lazy val scalaJava8Compat = (project in file("."))
75
76
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.12.0" % "test",
77
78
- libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",
+ libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.2" % "test",
79
80
mimaBinaryIssueFilters ++= {
81
import com.typesafe.tools.mima.core._, ProblemFilters._
0 commit comments