Don't run MIMA checks for borked release (#119)

2.0.0-RC2-3
This commit is contained in:
Alexandre Archambault 2019-08-09 18:15:10 +02:00 committed by GitHub
parent ebe96c613f
commit cd1b9a39ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ object Mima {
.filter(_.startsWith("v"))
.map(_.stripPrefix("v"))
.filter(stable)
.filter(_ != "2.0.0-RC3-2") // borked release
.toSet
def settings: Seq[Setting[_]] = Seq(