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 4dacfb7 commit 1f8a9c0Copy full SHA for 1f8a9c0
build.sbt
@@ -23,7 +23,7 @@ lazy val junit = project.in(file("junit"))
23
.settings(commonSettings)
24
.settings(
25
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
26
- libraryDependencies += "junit" % "junit" % "4.13.1" % Test,
+ libraryDependencies += "junit" % "junit" % "4.13.2" % Test,
27
// for javax.xml.bind.DatatypeConverter, used in SerializationStabilityTest
28
libraryDependencies += "javax.xml.bind" % "jaxb-api" % "2.3.1" % Test,
29
testOptions += Tests.Argument(TestFrameworks.JUnit, "-a", "-v"),
0 commit comments