Skip to content

Commit

Permalink
Set correct previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Oct 27, 2023
1 parent 6b8ae50 commit 182aef2
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 182aef2

Please sign in to comment.