File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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`.
7676globalVersionSettings
77- Global / baseVersion := " 2.13.15 "
77+ Global / baseVersion := " 2.13.16 "
7878Global / baseVersionSuffix := " SNAPSHOT"
7979ThisBuild / organization := " org.scala-lang"
8080ThisBuild / homepage := Some (url(" https://www.scala-lang.org" ))
Original file line number Diff line number Diff 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 ](
Original file line number Diff line number Diff line change 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:
You can’t perform that action at this time.
0 commit comments