Perform MiMa checks against 2.6.1 (#28324)

* Exclude jdk9+-specific classes from mima

as in https://github.com/akka/akka/pull/24297#issue-162564159
This commit is contained in:
Arnout Engelen 2019-12-13 17:05:16 +01:00 committed by Patrik Nordwall
parent 21fbfe6724
commit a3ca3a3fca
2 changed files with 6 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 = 26
private val latestPatchOf26 = 0
private val latestPatchOf26 = 1
override def requires = MimaPlugin
override def trigger = allRequirements