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 f576b5c commit b4d16b0Copy full SHA for b4d16b0
build.sbt
@@ -29,7 +29,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
29
libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.2" % Test,
30
// so we can `@nowarn` in test code, but only in test code, so the dependency
31
// doesn't leak downstream. can be dropped when we drop 2.11 from the crossbuild
32
- libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.5.0" % Test,
+ libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.6.0" % Test,
33
34
apiMappings ++= scalaInstance.value.libraryJars.collect {
35
case file if file.getName.startsWith("scala-library") && file.getName.endsWith(".jar") =>
0 commit comments