We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59594a9 commit 92c24cfCopy full SHA for 92c24cf
build.sbt
@@ -66,7 +66,7 @@ lazy val scalaJava8Compat = (project in file("."))
66
67
libraryDependencies += "junit" % "junit" % "4.13.2" % "test",
68
69
- libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.11" % "test",
+ libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.12.0" % "test",
70
71
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",
72
0 commit comments