Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4ff32a8

Browse files
authoredDec 4, 2020
Merge pull request #330 from scala/Philippus-patch-1
Remove remnant of dotty 0.27.0-RC1
2 parents 14fa7ee + cfe867d commit 4ff32a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
7272
OsgiKeys.exportPackage := Seq(s"scala.util.parsing.*;version=${version.value}"),
7373
)
7474
.jsSettings(
75-
crossScalaVersions -= "0.27.0-RC1",
7675
// mystified why https://github.com/scala-js/scala-js/issues/635 would be rearing its head,
7776
// but only on sbt 1.4 + 2.13 and only in Test config?! WEIRD
7877
Test / doc / scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {

0 commit comments

Comments
 (0)
Please sign in to comment.