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 13, 2022
1 parent 64c34d9 commit 4ec3ca4
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 4ec3ca4

Please sign in to comment.