diff --git a/build.sbt b/build.sbt index c13c9caea..228b35378 100644 --- a/build.sbt +++ b/build.sbt @@ -153,7 +153,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform) libraryDependencies += "junit" % "junit" % "4.13" % Test, libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test, - libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.10" % Test, + libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.11" % Test, libraryDependencies ++= { if (isDotty.value) Seq()