We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbb963a + 5079cb0 commit cb3a13bCopy full SHA for cb3a13b
build.sbt
@@ -52,7 +52,7 @@ lazy val root = (project in file(".")).
52
53
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.4" % "test",
54
55
- libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test",
+ libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",
56
57
mimaPreviousVersion := None,
58
0 commit comments