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:
parent
91240880b8
commit
e20b0287fd
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