Skip to content

Commit

Permalink
'FAST-Core-Model' also requires Famix
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Sep 13, 2023
1 parent 9256c4c commit 69c145e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BaselineOfFAST/BaselineOfFAST.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ BaselineOfFAST >> definePackages: spec [

spec for: #NeedsMoose do: [
spec
package: 'FAST-Core-Model' with: [ spec requires: #( 'Famix' ) ];
package: 'FAST-Model-Generator'
with: [ spec requires: #( 'Famix' ) ] ]
]

0 comments on commit 69c145e

Please sign in to comment.