Skip to content

Commit 03f5a93

Browse files
committed
Downgrade Apache commons-lang3 to fix Java 6
1 parent d526543 commit 03f5a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +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",
44+
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.5" % "test",
4545
libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml_${scalaVersion.value}")
4646
)
4747
.jsSettings(

0 commit comments

Comments
 (0)