Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test,
// so we can `@nowarn` in test code, but only in test code, so the dependency
// doesn't leak downstream. can be dropped when we drop 2.11 from the crossbuild
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.0" % Test,
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1" % Test,

apiMappings ++= scalaInstance.value.libraryJars.collect {
case file if file.getName.startsWith("scala-library") && file.getName.endsWith(".jar") =>
Expand Down