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 0a0f8bd commit 9a56cddCopy full SHA for 9a56cdd
build.sbt
@@ -149,7 +149,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
149
.jvmSettings(
150
OsgiKeys.exportPackage := Seq(s"scala.xml.*;version=${version.value}"),
151
152
- libraryDependencies += "junit" % "junit" % "4.13" % Test,
+ libraryDependencies += "junit" % "junit" % "4.13.1" % Test,
153
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
154
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.11" % Test,
155
libraryDependencies ++= {
0 commit comments