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 44ed917 commit 59594a9Copy full SHA for 59594a9
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.13.1" % "test",
+ libraryDependencies += "junit" % "junit" % "4.13.2" % "test",
68
69
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.11" % "test",
70
0 commit comments