Skip to content

Commit

Permalink
Merge pull request #8910 from SethTisue/restarr-on-2.13.2
Browse files Browse the repository at this point in the history
re-STARR onto 2.13.2
  • Loading branch information
dwijnand committed Apr 23, 2020
2 parents 706ef1b + bb83985 commit 560e1c9
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 @@ -67,7 +67,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
Global / baseVersion := "2.13.2"
Global / baseVersion := "2.13.3"
Global / baseVersionSuffix := "SNAPSHOT"
ThisBuild / organization := "org.scala-lang"
ThisBuild / homepage := Some(url("https://www.scala-lang.org"))
Expand Down
2 changes: 1 addition & 1 deletion versions.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Scala version used for bootstrapping (see README.md)
starr.version=2.13.1
starr.version=2.13.2

# These are the versions of the modules that go with this release.
# Artifact dependencies:
Expand Down

0 comments on commit 560e1c9

Please sign in to comment.