2.5.10 wire protocol regression (#24625)

This commit is contained in:
Johan Andrén 2018-02-28 09:46:37 +01:00 committed by GitHub
parent 58c00b67e5
commit b7cc50cdd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 205 additions and 112 deletions

View file

@ -10,7 +10,7 @@ import com.typesafe.tools.mima.plugin.MimaPlugin.autoImport._
object MiMa extends AutoPlugin {
private val latestMinorOf25 = 9
private val latestMinorOf25 = 10
private val latestMinorOf24 = 20
override def requires = MimaPlugin