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 7e3919a commit 2464a19Copy full SHA for 2464a19
build.sbt
@@ -21,7 +21,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
21
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
22
// so we can `@nowarn` in test code, but only in test code, so the dependency
23
// doesn't leak downstream
24
- libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.3" % Test,
+ libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.4" % Test,
25
26
apiMappings ++= scalaInstance.value.libraryJars.collect {
27
case file if file.getName.startsWith("scala-library") && file.getName.endsWith(".jar") =>
0 commit comments