diff --git a/build.sbt b/build.sbt index c42f6ffce6c6..f7ea2eff57e9 100644 --- a/build.sbt +++ b/build.sbt @@ -74,7 +74,7 @@ lazy val publishSettings : Seq[Setting[_]] = Seq( // should not be set directly. It is the same as the Maven version and derived automatically from `baseVersion` and // `baseVersionSuffix`. globalVersionSettings -Global / baseVersion := "2.13.13" +Global / baseVersion := "2.13.14" Global / baseVersionSuffix := "SNAPSHOT" ThisBuild / organization := "org.scala-lang" ThisBuild / homepage := Some(url("https://www.scala-lang.org")) diff --git a/project/MimaFilters.scala b/project/MimaFilters.scala index 186652ae4a76..2c47296d3fac 100644 --- a/project/MimaFilters.scala +++ b/project/MimaFilters.scala @@ -13,7 +13,7 @@ object MimaFilters extends AutoPlugin { import autoImport._ override val globalSettings = Seq( - mimaReferenceVersion := Some("2.13.12"), + mimaReferenceVersion := Some("2.13.13"), ) val mimaFilters: Seq[ProblemFilter] = Seq[ProblemFilter]( @@ -39,8 +39,6 @@ object MimaFilters extends AutoPlugin { ProblemFilters.exclude[DirectMissingMethodProblem]("scala.concurrent.impl.FutureConvertersImpl#P.accept"), ProblemFilters.exclude[IncompatibleMethTypeProblem]("scala.concurrent.impl.FutureConvertersImpl#P.andThen"), - // 2.13.13; it's okay because the class is private - ProblemFilters.exclude[DirectMissingMethodProblem]("scala.collection.immutable.MapNodeRemoveAllSetNodeIterator.next"), ) override val buildSettings = Seq( diff --git a/versions.properties b/versions.properties index 91a885489c97..f6924e083426 100644 --- a/versions.properties +++ b/versions.properties @@ -1,5 +1,5 @@ # Scala version used for bootstrapping (see README.md) -starr.version=2.13.12 +starr.version=2.13.13 # These are the versions of the modules that go with this release. # Artifact dependencies: