Skip to content

Commit

Permalink
Adjust mima previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Nov 7, 2023
1 parent 6083565 commit 763e10b
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 @@ -18,7 +18,7 @@ Global / onLoad := (Global / onLoad).value.andThen { s =>
s
}

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

lazy val mimaSettings = Seq(
mimaPreviousArtifacts := previousVersion.map(organization.value %% moduleName.value % _).toSet,
Expand Down

0 comments on commit 763e10b

Please sign in to comment.