From 3c9eedaa3e7331f004f5aa72d8f14cf01c71670e Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Fri, 16 Oct 2020 15:47:18 +0200 Subject: [PATCH] Update mima to check against 2.5.32 (#29754) --- project/MiMa.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/MiMa.scala b/project/MiMa.scala index 442ee818ff..f12a5beaac 100644 --- a/project/MiMa.scala +++ b/project/MiMa.scala @@ -12,7 +12,7 @@ import com.typesafe.tools.mima.plugin.MimaPlugin.autoImport._ object MiMa extends AutoPlugin { - private val latestPatchOf25 = 31 + private val latestPatchOf25 = 32 private val latestPatchOf26 = 10 override def requires = MimaPlugin