Add version 2.5.1 to MiMa (#22824)

This commit is contained in:
Arnout Engelen 2017-05-02 07:39:33 -07:00 committed by GitHub
parent 3efe893fa3
commit c9cd09f9bf

View file

@ -1187,7 +1187,8 @@ object MiMa extends AutoPlugin {
ProblemFilters.exclude[InheritedNewAbstractMethodProblem]("akka.stream.Graph.named"),
ProblemFilters.exclude[InheritedNewAbstractMethodProblem]("akka.stream.Graph.addAttributes"),
ProblemFilters.exclude[InheritedNewAbstractMethodProblem]("akka.stream.Graph.async")
)
),
"2.5.1" -> Seq()
)
val Latest24Filters = Release24Filters.last