Skip to content

Commit 78a6cdb

Browse files
committed
new reference compiler is 2.13.15
1 parent d835d98 commit 78a6cdb

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
@@ -74,7 +74,7 @@ lazy val publishSettings : Seq[Setting[_]] = Seq(
7474
// should not be set directly. It is the same as the Maven version and derived automatically from `baseVersion` and
7575
// `baseVersionSuffix`.
7676
globalVersionSettings
77-
Global / baseVersion := "2.13.15"
77+
Global / baseVersion := "2.13.16"
7878
Global / baseVersionSuffix := "SNAPSHOT"
7979
ThisBuild / organization := "org.scala-lang"
8080
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.14"),
16+
mimaReferenceVersion := Some("2.13.15"),
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-M1
2+
starr.version=2.13.15
33

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

0 commit comments

Comments
 (0)