Skip to content

Commit

Permalink
Merge pull request #472 from mkurz/correct_previous_version
Browse files Browse the repository at this point in the history
Set correct previous version
  • Loading branch information
mkurz authored Oct 27, 2023
2 parents ec84d49 + 5fdc200 commit f84e1bc
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 @@ -41,7 +41,7 @@ Global / onLoad := (Global / onLoad).value.andThen { s =>
s
}

val previousVersion: Option[String] = Some("7.0.0-M1")
val previousVersion: Option[String] = Some("7.0.0")

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

0 comments on commit f84e1bc

Please sign in to comment.