From f8caaaff372abcaf3c4ea6d01e8941a59dcb578c Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Tue, 22 Mar 2022 07:59:43 +0100 Subject: [PATCH] update latestPatchOf26 to 2.6.19 (#31267) --- project/MiMa.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/MiMa.scala b/project/MiMa.scala index b4553d3240..1ad2367b6e 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 = 18 + private val latestPatchOf26 = 19 override def requires = MimaPlugin override def trigger = allRequirements