Merge pull request #25563 from akka/wip-manifest-version-patriknw

Utility to check that same version of all modules is used
This commit is contained in:
Patrik Nordwall 2018-09-18 19:50:35 +02:00 committed by GitHub
commit c9ea0309c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 254 additions and 0 deletions

View file

@ -20,6 +20,7 @@ akka.AkkaBuild.buildSettings
shellPrompt := { s => Project.extract(s).currentProject.id + " > " }
resolverSettings
// When this is updated the set of modules in ActorSystem.allModules should also be updated
lazy val aggregatedProjects: Seq[ProjectReference] = Seq(
actor, actorTests,
agent,