From 08870e61af8f9cba0a2cfaaf3035eb3d24c37fed Mon Sep 17 00:00:00 2001 From: Christopher Batey Date: Wed, 13 Feb 2019 13:53:30 +0000 Subject: [PATCH] Update mima version to 2.5.21 --- project/MiMa.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/MiMa.scala b/project/MiMa.scala index 274d5bdaa3..d4956ddf14 100644 --- a/project/MiMa.scala +++ b/project/MiMa.scala @@ -11,7 +11,7 @@ import com.typesafe.tools.mima.plugin.MimaPlugin.autoImport._ object MiMa extends AutoPlugin { - private val latestPatchOf25 = 20 + private val latestPatchOf25 = 21 private val latestPatchOf24 = 20 override def requires = MimaPlugin