We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d7a9b commit aa29f63Copy full SHA for aa29f63
build.sbt
@@ -59,7 +59,7 @@ lazy val scalaJava8Compat = (project in file("."))
59
60
libraryDependencies += "junit" % "junit" % "4.13.2" % "test",
61
62
- libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.12.0" % "test",
+ libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.13.0" % "test",
63
64
libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % "test",
65
0 commit comments