Skip to content

Commit 19db0e1

Browse files
authored
Merge pull request #188 from ashawley/junit-update
Update JUnit 4.12 and junit-interface 0.11
2 parents f8e75a4 + f4f51aa commit 19db0e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ lazy val xml = crossProject.in(file("."))
5555
// there is currently no previous released JS version, therefore MiMa is enabled only on JVM
5656
mimaPreviousVersion := Some("1.0.6"),
5757

58-
libraryDependencies += "junit" % "junit" % "4.11" % "test",
59-
libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test",
58+
libraryDependencies += "junit" % "junit" % "4.12" % "test",
59+
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",
6060
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.5" % "test",
6161
libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml_${scalaBinaryVersion.value}")
6262
)

0 commit comments

Comments
 (0)