File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ lazy val publishSettings : Seq[Setting[_]] = Seq(
91
91
// should not be set directly. It is the same as the Maven version and derived automatically from `baseVersion` and
92
92
// `baseVersionSuffix`.
93
93
globalVersionSettings
94
- baseVersion in Global := " 2.12.10 "
94
+ baseVersion in Global := " 2.12.11 "
95
95
baseVersionSuffix in Global := " SNAPSHOT"
96
96
organization in ThisBuild := " org.scala-lang"
97
97
homepage in ThisBuild := Some (url(" https://www.scala-lang.org" ))
Original file line number Diff line number Diff line change 1
1
# Scala version used for bootstrapping (see README.md)
2
- starr.version =2.12.9
2
+ starr.version =2.12.10
3
3
4
4
# The scala.binary.version determines how modules are resolved. It is set as follows:
5
5
# - After 2.x.0 is released, the binary version is 2.x
You can’t perform that action at this time.
0 commit comments