Skip to content

Commit 339717c

Browse files
authored
Merge pull request scala#10982 from SethTisue/restarr-on-2.13.16
2.13.16 is new reference compiler
2 parents 6f2d511 + 92e0456 commit 339717c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ lazy val publishSettings : Seq[Setting[_]] = Seq(
7272
// should not be set directly. It is the same as the Maven version and derived automatically from `baseVersion` and
7373
// `baseVersionSuffix`.
7474
globalVersionSettings
75-
Global / baseVersion := "2.13.16"
75+
Global / baseVersion := "2.13.17"
7676
Global / baseVersionSuffix := "SNAPSHOT"
7777
ThisBuild / organization := "org.scala-lang"
7878
ThisBuild / homepage := Some(url("https://www.scala-lang.org"))

project/MimaFilters.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ object MimaFilters extends AutoPlugin {
1313
import autoImport._
1414

1515
override val globalSettings = Seq(
16-
mimaReferenceVersion := Some("2.13.15"),
16+
mimaReferenceVersion := Some("2.13.16"),
1717
)
1818

1919
val mimaFilters: Seq[ProblemFilter] = Seq[ProblemFilter](

versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Scala version used for bootstrapping (see README.md)
2-
starr.version=2.13.15
2+
starr.version=2.13.16
33

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

0 commit comments

Comments
 (0)