Skip to content

Commit

Permalink
missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Mar 21, 2024
1 parent 09a2fbd commit 347ba9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/BaselineOfPharoLauncher/BaselineOfPharoLauncher.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ BaselineOfPharoLauncher >> baseline: spec [
spec requires: #('PharoLauncher-Core' 'PharoLauncher-Spec2'). ];
package: 'PharoLauncher-Tests-Download' with: [
spec requires: #('PharoLauncher-Tests-Core' ). ];
package: 'PharoLauncher-Tests-Debug' with: [
spec requires: #('PharoLauncher-Core' 'PharoLauncher-Tests-Download'). ];
package: 'PharoLauncher-Tests-Functional' with: [
spec requires: #('PharoLauncher-Core' 'PharoLauncher-Tests-Download' 'PharoLauncher-Tests-Debug'). ];
package: 'PharoLauncher-CLI' with: [
Expand Down

0 comments on commit 347ba9e

Please sign in to comment.