Skip to content

Commit 88d3b71

Browse files
authored
Merge pull request #504 from SethTisue/post-2.0.0-RC1
update build and readme now that 2.0.0-RC1 is out
2 parents 28d9e3c + 8729355 commit 88d3b71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ How to documentation is available in the [wiki](https://github.com/scala/scala-x
1616

1717
The latest stable release of Scala XML is 1.3.0.
1818

19-
Our experimental milestones in the 2.0.0-Mx series include support for Scala 3 prerelease versions. See also the changes for 2.0 in `CHANGELOG.md`.
19+
The 2.0.0-RCx series supports Scala 3. See also the changes for 2.0 in `CHANGELOG.md`.
2020

2121
## Maintenance status
2222

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
5858
scalaModuleMimaPreviousVersion := (CrossVersion.partialVersion(scalaVersion.value) match {
5959
// pending resolution of https://github.com/scalacenter/sbt-version-policy/issues/62
6060
case Some((3, _)) => None
61-
case _ => Some("2.0.0-M5")
61+
case _ => Some("2.0.0-RC1")
6262
}),
6363
mimaBinaryIssueFilters ++= {
6464
import com.typesafe.tools.mima.core._

0 commit comments

Comments
 (0)