Skip to content

Commit

Permalink
Add missing package in Deployment group
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Aug 11, 2023
1 parent a2c26e2 commit 041490c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/BaselineOfBuoy/BaselineOfBuoy.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ BaselineOfBuoy >> baselineMetaprogramming: spec [
group: 'Deployment' with: 'Buoy-Metaprogramming';
package: 'Buoy-Metaprogramming-Extensions'
with: [ spec requires: 'Buoy-Assertions' ];
group: 'Deployment' with: 'Buoy-Metaprogramming-Extensions';
package: 'Buoy-Metaprogramming-Pharo-Extensions';
group: 'Deployment' with: 'Buoy-Metaprogramming-Pharo-Extensions';
package: 'Buoy-Metaprogramming-Tests' with: [
Expand Down

0 comments on commit 041490c

Please sign in to comment.