Skip to content

Commit

Permalink
Updated Pharo baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
ytsejam78 committed Aug 8, 2023
1 parent fea532b commit 925a95a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/BaselineOfBuoy/BaselineOfBuoy.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ BaselineOfBuoy >> baselineMath: spec [
spec
package: 'Buoy-Math' with: [ spec requires: 'Buoy-Assertions' ];
group: 'Deployment' with: 'Buoy-Math';
package: 'Buoy-Math-Extensions' with: [ spec requires: 'Buoy-Math' ];
group: 'Deployment' with: 'Buoy-Math-Extensions';
package: 'Buoy-Math-Tests' with: [ spec requires: #('Buoy-Math' 'Dependent-SUnit-Extensions') ];
group: 'Tests' with: 'Buoy-Math-Tests'
]
Expand Down

0 comments on commit 925a95a

Please sign in to comment.