From c3ca5afb970027a7a2b956c501c081ea00b2fe88 Mon Sep 17 00:00:00 2001 From: Christopher Batey Date: Thu, 27 Sep 2018 17:11:27 +0100 Subject: [PATCH] Mima latest version to 2.5.17 --- project/MiMa.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/MiMa.scala b/project/MiMa.scala index 3c56cb043f..d4d5760bf2 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 = 16 + private val latestPatchOf25 = 17 private val latestPatchOf24 = 20 override def requires = MimaPlugin