add missing mima filters, current version was not updated

This commit is contained in:
Patrik Nordwall 2018-08-29 15:54:36 +02:00
parent 4456d7752b
commit b0c9a2be2a
3 changed files with 20 additions and 1 deletions

View file

@ -11,7 +11,7 @@ import com.typesafe.tools.mima.plugin.MimaPlugin.autoImport._
object MiMa extends AutoPlugin {
private val latestPatchOf25 = 13
private val latestPatchOf25 = 15
private val latestPatchOf24 = 20
override def requires = MimaPlugin