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 a3355ac commit 2d14bb3Copy full SHA for 2d14bb3
build.sbt
@@ -41,6 +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",
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