Merge pull request #23875 from SethTisue/community-build-2.13

fix 2.13 version checking in MiMa config
This commit is contained in:
Patrik Nordwall 2017-10-31 11:13:13 +01:00 committed by GitHub
commit a2eb173882
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ object MiMa extends AutoPlugin {
case "2.12" case "2.12"
akka24WithScala212 ++ akka25Versions 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 // no Akka released for 2.13 yet, no jars to check BC against
Seq.empty Seq.empty
} }