Utility to check that same version of all modules is used

* Stolen from Cinnamon
* Can be used from outside of Akka, e.g. Akka HTTP or Lagom
This commit is contained in:
Patrik Nordwall 2018-09-03 12:42:13 +02:00
parent 91240880b8
commit e20b0287fd
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,