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 838a87e + 0ee995b commit a9d9962Copy full SHA for a9d9962
build.sbt
@@ -41,7 +41,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
41
)
42
.jvmSettings(
43
OsgiKeys.exportPackage := Seq(s"scala.util.parsing.*;version=${version.value}"),
44
- libraryDependencies += "junit" % "junit" % "4.13" % Test,
+ libraryDependencies += "junit" % "junit" % "4.13.1" % Test,
45
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test
46
47
.jsSettings(
0 commit comments