Update mima to check against 2.5.32 (#29754)
This commit is contained in:
parent
41d0906fb3
commit
3c9eedaa3e
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ import com.typesafe.tools.mima.plugin.MimaPlugin.autoImport._
|
|||
|
||||
object MiMa extends AutoPlugin {
|
||||
|
||||
private val latestPatchOf25 = 31
|
||||
private val latestPatchOf25 = 32
|
||||
private val latestPatchOf26 = 10
|
||||
|
||||
override def requires = MimaPlugin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue