We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61efbd7 commit 99ad84fCopy full SHA for 99ad84f
build.sbt
@@ -63,7 +63,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
63
64
libraryDependencies += "junit" % "junit" % "4.12" % "test",
65
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",
66
- libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.5" % "test",
+ libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.9" % "test",
67
libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml_${scalaBinaryVersion.value}")
68
)
69
.jsSettings(
0 commit comments