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 @@ -72,7 +72,7 @@ lazy val publishSettings : Seq[Setting[_]] = Seq(
72
72
// should not be set directly. It is the same as the Maven version and derived automatically from `baseVersion` and
73
73
// `baseVersionSuffix`.
74
74
globalVersionSettings
75
- Global / baseVersion := " 2.13.16 "
75
+ Global / baseVersion := " 2.13.17 "
76
76
Global / baseVersionSuffix := " SNAPSHOT"
77
77
ThisBuild / organization := " org.scala-lang"
78
78
ThisBuild / 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 {
13
13
import autoImport ._
14
14
15
15
override val globalSettings = Seq (
16
- mimaReferenceVersion := Some (" 2.13.15 " ),
16
+ mimaReferenceVersion := Some (" 2.13.16 " ),
17
17
)
18
18
19
19
val mimaFilters : Seq [ProblemFilter ] = Seq [ProblemFilter ](
Original file line number Diff line number Diff line change 1
1
# Scala version used for bootstrapping (see README.md)
2
- starr.version =2.13.15
2
+ starr.version =2.13.16
3
3
4
4
# These are the versions of the modules that go with this release.
5
5
# Artifact dependencies:
You can’t perform that action at this time.
0 commit comments