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 14fa7ee commit cfe867dCopy full SHA for cfe867d
build.sbt
@@ -72,7 +72,6 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
72
OsgiKeys.exportPackage := Seq(s"scala.util.parsing.*;version=${version.value}"),
73
)
74
.jsSettings(
75
- crossScalaVersions -= "0.27.0-RC1",
76
// mystified why https://github.com/scala-js/scala-js/issues/635 would be rearing its head,
77
// but only on sbt 1.4 + 2.13 and only in Test config?! WEIRD
78
Test / doc / scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
0 commit comments