We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0956679 + 6951fc5 commit 236c2bbCopy full SHA for 236c2bb
build.sbt
@@ -64,7 +64,7 @@ lazy val scalaJava8Compat = (project in file("."))
64
65
OsgiKeys.privatePackage := List("scala.concurrent.java8.*"),
66
67
- libraryDependencies += "junit" % "junit" % "4.12" % "test",
+ libraryDependencies += "junit" % "junit" % "4.13" % "test",
68
69
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.9" % "test",
70
0 commit comments