Add version 2.5.1 to MiMa (#22824)
This commit is contained in:
parent
3efe893fa3
commit
c9cd09f9bf
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue