From 07db73d8053f854788bdaaa27d44b80217df55e8 Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Mon, 18 Jun 2018 10:26:39 +0200 Subject: [PATCH] update latestPatchOf25 to 2.5.13 (#25231) --- project/MiMa.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/MiMa.scala b/project/MiMa.scala index d9de8d860e..d2b7a15ada 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 = 12 + private val latestPatchOf25 = 13 private val latestPatchOf24 = 20 override def requires = MimaPlugin