We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86d0525 + 6d0d4d8 commit 01c607dCopy full SHA for 01c607d
1 file changed
build.sbt
@@ -18,7 +18,7 @@ Global / onLoad := (Global / onLoad).value.andThen { s =>
18
s
19
}
20
21
-val previousVersion: Option[String] = Some("8.0.0-M1")
+val previousVersion: Option[String] = Some("8.0.0")
22
23
lazy val mimaSettings = Seq(
24
mimaPreviousArtifacts := previousVersion.map(organization.value %% moduleName.value % _).toSet,
0 commit comments