Merge pull request #28827 from akka/wip-mima-2.6.4-patriknw

mima: check against 2.6.4, and missing filters
This commit is contained in:
Patrik Nordwall 2020-03-27 15:23:39 +01:00 committed by GitHub
commit f31b58b61a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View file

@ -13,7 +13,7 @@ import com.typesafe.tools.mima.plugin.MimaPlugin.autoImport._
object MiMa extends AutoPlugin {
private val latestPatchOf25 = 29
private val latestPatchOf26 = 3
private val latestPatchOf26 = 4
override def requires = MimaPlugin
override def trigger = allRequirements