Skip to content

Commit fd4698e

Browse files
committed
re-STARR onto 2.12.10; begin 2.12.11-bin- series
1 parent 61701c2 commit fd4698e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ lazy val publishSettings : Seq[Setting[_]] = Seq(
9191
// should not be set directly. It is the same as the Maven version and derived automatically from `baseVersion` and
9292
// `baseVersionSuffix`.
9393
globalVersionSettings
94-
baseVersion in Global := "2.12.10"
94+
baseVersion in Global := "2.12.11"
9595
baseVersionSuffix in Global := "SNAPSHOT"
9696
organization in ThisBuild := "org.scala-lang"
9797
homepage in ThisBuild := Some(url("https://www.scala-lang.org"))

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.12.9
2+
starr.version=2.12.10
33

44
# The scala.binary.version determines how modules are resolved. It is set as follows:
55
# - After 2.x.0 is released, the binary version is 2.x

0 commit comments

Comments
 (0)