From 14391e71c58818d5b15af0e7300480f537952054 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 12 Jul 2021 13:38:58 +0200 Subject: [PATCH] Update scala-collection-compat to 2.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 925f122f..da3e6db4 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % 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.4.4" % Test, + libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.5.0" % Test, apiMappings ++= scalaInstance.value.libraryJars.collect { case file if file.getName.startsWith("scala-library") && file.getName.endsWith(".jar") =>