Merge pull request #25554 from akka/wip-mima-2.5.16-patriknw

Mima latest version 2.5.16
This commit is contained in:
Patrik Nordwall 2018-09-10 16:27:13 +02:00 committed by GitHub
commit 9cb46763d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 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 = 15
private val latestPatchOf25 = 16
private val latestPatchOf24 = 20
override def requires = MimaPlugin