Skip to content

Commit

Permalink
Update junit-interface to 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and xuwei-k committed Oct 27, 2021
1 parent fb0c4de commit 84f679e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ lazy val scalaJava8Compat = (project in file("."))

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

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

mimaBinaryIssueFilters ++= {
import com.typesafe.tools.mima.core._, ProblemFilters._
Expand Down

0 comments on commit 84f679e

Please sign in to comment.