Setup previousVersions for akka-coordination (#26767)

(cherry picked from commit defbbae19e59a9540700678b1c6e863a46b0f660)
This commit is contained in:
Ignasi Marimon-Clos 2019-04-24 11:46:04 +02:00 committed by Patrik Nordwall
parent 69bf1a7c18
commit 42d4fc90a7
2 changed files with 1 additions and 1 deletions

View file

@ -488,7 +488,6 @@ lazy val coordination = akkaModule("akka-coordination")
.settings(AutomaticModuleName.settings("akka.coordination"))
.settings(OSGi.coordination)
.settings(AkkaBuild.mayChangeSettings)
.disablePlugins(MimaPlugin)
def akkaModule(name: String): Project =
Project(id = name, base = file(name))