We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb3a13b + 8a44d88 commit d7569aeCopy full SHA for d7569ae
build.sbt
@@ -50,7 +50,7 @@ lazy val root = (project in file(".")).
50
51
libraryDependencies += "junit" % "junit" % "4.12" % "test",
52
53
- libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.4" % "test",
+ libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.8.1" % "test",
54
55
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",
56
0 commit comments