Skip to content

Commit 4ec3ca4

Browse files
committed
disable Mima validations against previous releases
1 parent 64c34d9 commit 4ec3ca4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name := "scalac-options-root"
22

33
ThisBuild / tlBaseVersion := "0.1"
44

5+
// Mima validations against the prevous releases are intentionally disabled
6+
// since the current changes are not (yet) supposed to be binary-compatible.
7+
ThisBuild / tlMimaPreviousVersions := Set.empty
8+
59
ThisBuild / organization := "org.typelevel"
610
ThisBuild / organizationName := "Typelevel"
711
ThisBuild / startYear := Some(2022)

0 commit comments

Comments
 (0)