We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d526543 commit 03f5a93Copy full SHA for 03f5a93
build.sbt
@@ -41,7 +41,7 @@ lazy val xml = crossProject.in(file("."))
41
42
libraryDependencies += "junit" % "junit" % "4.11" % "test",
43
libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test",
44
- libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.6" % "test",
+ libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.5" % "test",
45
libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml_${scalaVersion.value}")
46
)
47
.jsSettings(
0 commit comments