Skip to content

Commit 2d14bb3

Browse files
committed
Add test dependency Apache commons-lang3
1 parent a3355ac commit 2d14bb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ lazy val xml = crossProject.in(file("."))
4141

4242
libraryDependencies += "junit" % "junit" % "4.11" % "test",
4343
libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test",
44+
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.6" % "test",
4445
libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml_${scalaVersion.value}")
4546
)
4647
.jsSettings(

0 commit comments

Comments
 (0)