From 8729355b250dd86160e391f67d7624cf8a161713 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Mon, 29 Mar 2021 13:12:11 -0700 Subject: [PATCH] update build and readme now that 2.0.0-RC1 is out --- README.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 462a20d77..684d7f4eb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ How to documentation is available in the [wiki](https://github.com/scala/scala-x The latest stable release of Scala XML is 1.3.0. -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`. +The 2.0.0-RCx series supports Scala 3. See also the changes for 2.0 in `CHANGELOG.md`. ## Maintenance status diff --git a/build.sbt b/build.sbt index 087e7b036..6ddbeb97d 100644 --- a/build.sbt +++ b/build.sbt @@ -58,7 +58,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform) scalaModuleMimaPreviousVersion := (CrossVersion.partialVersion(scalaVersion.value) match { // pending resolution of https://github.com/scalacenter/sbt-version-policy/issues/62 case Some((3, _)) => None - case _ => Some("2.0.0-M5") + case _ => Some("2.0.0-RC1") }), mimaBinaryIssueFilters ++= { import com.typesafe.tools.mima.core._