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.
1 parent 1975d3f commit 40378d0Copy full SHA for 40378d0
build.sbt
@@ -39,7 +39,7 @@ lazy val core = project.in(file("core"))
39
lazy val junit = project.in(file("junit"))
40
.settings(commonSettings)
41
.settings(
42
- libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
+ libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.2" % Test,
43
libraryDependencies += "junit" % "junit" % "4.13.2" % Test,
44
// for javax.xml.bind.DatatypeConverter, used in SerializationStabilityTest
45
libraryDependencies += "javax.xml.bind" % "jaxb-api" % "2.3.1" % Test,
0 commit comments