Skip to content

Commit

Permalink
also #NeedsMoose in dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Sep 12, 2023
1 parent a84948a commit 839e156
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/BaselineOfFAST/BaselineOfFAST.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ BaselineOfFAST >> customProjectAttributes [
{ #category : #baselines }
BaselineOfFAST >> defineDependencies: spec [

spec
baseline: 'Famix'
with: [
spec for: #NeedsMoose do: [
spec baseline: 'Famix' with: [
spec
loads: #('Basic');
repository: 'github://moosetechnology/Famix:development/src' ]
loads: #( 'Basic' );
repository: 'github://moosetechnology/Famix:development/src' ] ]
]

{ #category : #baselines }
Expand Down

0 comments on commit 839e156

Please sign in to comment.