We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70eb40a commit 1167576Copy full SHA for 1167576
build.sbt
@@ -54,7 +54,7 @@ lazy val root = (project in file(".")).
54
55
libraryDependencies += "junit" % "junit" % "4.12" % "test",
56
57
- libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.8.1" % "test",
+ libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.9" % "test",
58
59
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",
60
0 commit comments