Skip to content

Commit

Permalink
Merge pull request #457 from mkurz/correct_previous_version
Browse files Browse the repository at this point in the history
Update MiMa previous version
  • Loading branch information
mkurz authored Oct 5, 2023
2 parents c5a1127 + 1980666 commit ec2c73a
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("6.0.0-RC2")
val previousVersion: Option[String] = Some("7.0.0-M1")

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

0 comments on commit ec2c73a

Please sign in to comment.