We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d85a286 + e534b68 commit c14fda7Copy full SHA for c14fda7
build.sbt
@@ -153,7 +153,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
153
154
libraryDependencies += "junit" % "junit" % "4.13" % Test,
155
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
156
- libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.10" % Test,
+ libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.11" % Test,
157
libraryDependencies ++= {
158
if (isDotty.value)
159
Seq()
0 commit comments