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.
1 parent 0956679 commit 6951fc5Copy full SHA for 6951fc5
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