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:
commit
c9ea0309c9
4 changed files with 254 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue