From 9d3cabe9a30af3b28f1d4dd53d8153d7d31a6277 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 28 Nov 2022 20:43:27 +0000 Subject: [PATCH] Update scala-collection-compat to 2.9.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1cd6defc..69089201 100644 --- a/build.sbt +++ b/build.sbt @@ -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.1" % Test, + libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0" % Test, apiMappings ++= scalaInstance.value.libraryJars.collect { case file if file.getName.startsWith("scala-library") && file.getName.endsWith(".jar") =>