8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation. < 8000 /p>
There was an error while loading. Please reload this page.
1 parent 741723b commit ff230b3Copy full SHA for ff230b3
build.sbt
@@ -4,7 +4,7 @@ ScalaModulePlugin.scalaModuleOsgiSettings
4
name := "scala-async"
5
6
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value % "provided"
7
-libraryDependencies += "junit" % "junit" % "4.13.1" % Test
+libraryDependencies += "junit" % "junit" % "4.13.2" % Test
8
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test
9
10
ScalaModulePlugin.enableOptimizer
0 commit comments