Skip to content

Commit

Permalink
disable Mima validations against previous releases
Browse files Browse the repository at this point in the history
  • Loading branch information
satorg committed Oct 21, 2022
1 parent da7c020 commit 40cbc47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name := "scalac-options-root"

ThisBuild / tlBaseVersion := "0.1"

// Mima validations against the prevous releases are intentionally disabled
// since the current changes are not (yet) supposed to be binary-compatible.
ThisBuild / tlMimaPreviousVersions := Set.empty

ThisBuild / organization := "org.typelevel"
ThisBuild / organizationName := "Typelevel"
ThisBuild / startYear := Some(2022)
Expand Down

0 comments on commit 40cbc47

Please sign in to comment.