Skip to content

Commit

Permalink
Merge pull request scala#8144 from SethTisue/next-will-be-2.13.1
Browse files Browse the repository at this point in the history
bump baseVersion to 2.13.1
  • Loading branch information
SethTisue authored Jun 10, 2019
2 parents 0b8a538 + 5aa963f commit 8401fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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.0"
Global / baseVersion := "2.13.1"
Global / baseVersionSuffix := "SNAPSHOT"
ThisBuild / organization := "org.scala-lang"
ThisBuild / homepage := Some(url("https://www.scala-lang.org"))
Expand Down

0 comments on commit 8401fd3

Please sign in to comment.