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 03a73d0 commit e7dba7eCopy full SHA for e7dba7e
build.sbt
@@ -34,7 +34,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
34
libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test,
35
// so we can `@nowarn` in test code, but only in test code, so the dependency
36
// doesn't leak downstream. can be dropped when we drop 2.11 from the crossbuild
37
- libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.0" % Test,
+ libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1" % Test,
38
39
apiMappings ++= scalaInstance.value.libraryJars.collect {
40
case file if file.getName.startsWith("scala-library") && file.getName.endsWith(".jar") =>
0 commit comments