We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d2ea4e + cc863d7 commit fbb963aCopy full SHA for fbb963a
build.sbt
@@ -48,7 +48,7 @@ lazy val root = (project in file(".")).
48
49
OsgiKeys.privatePackage := List("scala.concurrent.java8.*"),
50
51
- libraryDependencies += "junit" % "junit" % "4.11" % "test",
+ libraryDependencies += "junit" % "junit" % "4.12" % "test",
52
53
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.4" % "test",
54
0 commit comments