Merge pull request #23875 from SethTisue/community-build-2.13
fix 2.13 version checking in MiMa config
This commit is contained in:
commit
a2eb173882
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ object MiMa extends AutoPlugin {
|
|||
case "2.12" ⇒
|
||||
akka24WithScala212 ++ akka25Versions
|
||||
|
||||
case "2.13" ⇒
|
||||
case v if v.startsWith("2.13") =>
|
||||
// no Akka released for 2.13 yet, no jars to check BC against
|
||||
Seq.empty
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue