From c83b57674f5ea97b1f7c9e2ca80307908a105fc9 Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Fri, 15 Jan 2021 17:13:40 +0100 Subject: [PATCH] update latestPatchOf26 to 2.6.11 (#29952) --- project/MiMa.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/MiMa.scala b/project/MiMa.scala index 3decbc9a26..7fef77e033 100644 --- a/project/MiMa.scala +++ b/project/MiMa.scala @@ -13,7 +13,7 @@ import com.typesafe.tools.mima.plugin.MimaPlugin.autoImport._ object MiMa extends AutoPlugin { private val latestPatchOf25 = 32 - private val latestPatchOf26 = 10 + private val latestPatchOf26 = 11 override def requires = MimaPlugin override def trigger = allRequirements