diff --git a/build.sbt b/build.sbt index deb76bf7..8573efd4 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,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 - libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.3.2" % Test, + libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.1" % Test, apiMappings ++= scalaInstance.value.libraryJars.collect { case file if file.getName.startsWith("scala-library") && file.getName.endsWith(".jar") =>