Skip to content

Commit

Permalink
Merge pull request scala#10982 from SethTisue/restarr-on-2.13.16
Browse files Browse the repository at this point in the history
2.13.16 is new reference compiler
  • Loading branch information
SethTisue authored Jan 14, 2025
2 parents 6f2d511 + 92e0456 commit 339717c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,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.16"
Global / baseVersion := "2.13.17"
Global / baseVersionSuffix := "SNAPSHOT"
ThisBuild / organization := "org.scala-lang"
ThisBuild / homepage := Some(url("https://www.scala-lang.org"))
Expand Down
2 changes: 1 addition & 1 deletion project/MimaFilters.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object MimaFilters extends AutoPlugin {
import autoImport._

override val globalSettings = Seq(
mimaReferenceVersion := Some("2.13.15"),
mimaReferenceVersion := Some("2.13.16"),
)

val mimaFilters: Seq[ProblemFilter] = Seq[ProblemFilter](
Expand Down
2 changes: 1 addition & 1 deletion versions.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Scala version used for bootstrapping (see README.md)
starr.version=2.13.15
starr.version=2.13.16

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

0 comments on commit 339717c

Please sign in to comment.