Update mima version to 2.5.21

This commit is contained in:
Christopher Batey 2019-02-13 13:53:30 +00:00
parent 532a9bc604
commit 08870e61af

View file

@ -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