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 9883a76 commit 0039fb7Copy full SHA for 0039fb7
build.sbt
@@ -15,7 +15,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
15
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
16
// so we can `@nowarn` in test code, but only in test code, so the dependency
17
// doesn't leak downstream
18
- libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.3.2" % Test,
+ libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.1" % Test,
19
20
apiMappings ++= scalaInstance.value.libraryJars.collect {
21
case file if file.getName.startsWith("scala-library") && file.getName.endsWith(".jar") =>
0 commit comments