We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8e75a4 + f4f51aa commit 19db0e1Copy full SHA for 19db0e1
build.sbt
@@ -55,8 +55,8 @@ lazy val xml = crossProject.in(file("."))
55
// there is currently no previous released JS version, therefore MiMa is enabled only on JVM
56
mimaPreviousVersion := Some("1.0.6"),
57
58
- libraryDependencies += "junit" % "junit" % "4.11" % "test",
59
- libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test",
+ libraryDependencies += "junit" % "junit" % "4.12" % "test",
+ libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",
60
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.5" % "test",
61
libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml_${scalaBinaryVersion.value}")
62
)
0 commit comments