update latestPatchOf26 to 2.6.19 (#31267)

This commit is contained in:
Patrik Nordwall 2022-03-22 07:59:43 +01:00 committed by GitHub
parent b08a91597e
commit f8caaaff37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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