@@ -22,14 +22,11 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
22
22
name := " scala-parser-combinators" ,
23
23
scalaModuleAutomaticModuleName := Some (" scala.util.parsing" ),
24
24
25
- crossScalaVersions := Seq (" 2.13.10" , " 2.12.17" , " 2.11.12 " , " 3.2.1" ),
25
+ crossScalaVersions := Seq (" 2.13.10" , " 2.12.17" , " 3.2.1" ),
26
26
scalaVersion := crossScalaVersions.value.head,
27
27
28
28
libraryDependencies += " junit" % " junit" % " 4.13.2" % Test ,
29
29
libraryDependencies += " com.github.sbt" % " junit-interface" % " 0.13.3" % Test ,
30
- // so we can `@nowarn` in test code, but only in test code, so the dependency
31
- // doesn't leak downstream. can be dropped when we drop 2.11 from the crossbuild
32
- libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.9.0" % Test ,
33
30
34
31
apiMappings ++= scalaInstance.value.libraryJars.collect {
35
32
case file if file.getName.startsWith(" scala-library" ) && file.getName.endsWith(" .jar" ) =>
0 commit comments