mima: check against 2.6.4, and missing filters

This commit is contained in:
Patrik Nordwall 2020-03-27 11:54:42 +01:00
parent b34e26eff0
commit e151536e81
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