Skip to content

Commit

Permalink
Merge pull request #10768 from SethTisue/restarr-on-2.13.14
Browse files Browse the repository at this point in the history
New reference compiler (STARR) is 2.13.14
  • Loading branch information
SethTisue committed May 1, 2024
2 parents a527019 + 15b4515 commit 3fb0c39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -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.14"
Global / baseVersion := "2.13.15"
Global / baseVersionSuffix := "SNAPSHOT"
ThisBuild / organization := "org.scala-lang"
ThisBuild / homepage := Some(url("https://www.scala-lang.org"))
Expand Down
5 changes: 1 addition & 4 deletions project/MimaFilters.scala
Expand Up @@ -13,7 +13,7 @@ object MimaFilters extends AutoPlugin {
import autoImport._

override val globalSettings = Seq(
mimaReferenceVersion := Some("2.13.13"),
mimaReferenceVersion := Some("2.13.14"),
)

val mimaFilters: Seq[ProblemFilter] = Seq[ProblemFilter](
Expand All @@ -39,9 +39,6 @@ object MimaFilters extends AutoPlugin {
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.concurrent.impl.FutureConvertersImpl#P.accept"),
ProblemFilters.exclude[IncompatibleMethTypeProblem]("scala.concurrent.impl.FutureConvertersImpl#P.andThen"),

// private[scala] member used by Properties and by REPL
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.util.Properties.consoleIsTerminal"),

)

override val buildSettings = Seq(
Expand Down
2 changes: 1 addition & 1 deletion versions.properties
@@ -1,5 +1,5 @@
# Scala version used for bootstrapping (see README.md)
starr.version=2.13.13
starr.version=2.13.14

# These are the versions of the modules that go with this release.
# Artifact dependencies:
Expand Down

0 comments on commit 3fb0c39

Please sign in to comment.