Skip to content

Commit

Permalink
Merge pull request scala#5580 from SethTisue/starr-is-now-2.12.1
Browse files Browse the repository at this point in the history
bump version (now 2.12.2) + and STARR (now 2.12.1)
  • Loading branch information
SethTisue authored Dec 5, 2016
2 parents 2787b47 + c488a68 commit 5ed47bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ lazy val publishSettings : Seq[Setting[_]] = Seq(
// should not be set directly. It is the same as the Maven version and derived automatically from `baseVersion` and
// `baseVersionSuffix`.
globalVersionSettings
baseVersion in Global := "2.12.1"
baseVersion in Global := "2.12.2"
baseVersionSuffix in Global := "SNAPSHOT"
mimaReferenceVersion in Global := Some("2.12.0")

Expand Down
2 changes: 1 addition & 1 deletion versions.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Scala version used for bootstrapping. (This has no impact on the
# final classfiles, since compiler and library are built first using
# starr, then rebuilt using themselves.)
starr.version=2.12.0
starr.version=2.12.1

# These are the versions of the modules that go with this release.
# These properties are used during PR validation and in dbuild builds.
Expand Down

0 comments on commit 5ed47bc

Please sign in to comment.