Skip to content

Commit

Permalink
Merge pull request #473 from mkurz/correct_previous_version60x
Browse files Browse the repository at this point in the history
[6.0.x] Set correct previous version
  • Loading branch information
mkurz authored Oct 27, 2023
2 parents 6b8ae50 + 182aef2 commit 276b201
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 @@ -38,7 +38,7 @@ Global / onLoad := (Global / onLoad).value.andThen { s =>
s
}

val previousVersion: Option[String] = Some("6.0.0-RC2")
val previousVersion: Option[String] = Some("6.0.0")

lazy val mimaSettings = Seq(
mimaBinaryIssueFilters ++= Seq(
Expand Down

0 comments on commit 276b201

Please sign in to comment.