Skip to content

Commit

Permalink
Merge pull request #67 from ba-st/update_buoy_version
Browse files Browse the repository at this point in the history
Update Buoy to v7
  • Loading branch information
gcotelli authored Sep 19, 2023
2 parents c320b9f + 1063406 commit 2c3b654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/BaselineOfHyperspace/BaselineOfHyperspace.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ BaselineOfHyperspace >> projectClass [
BaselineOfHyperspace >> setUpDependencies: spec [

spec
baseline: 'Buoy' with: [ spec repository: 'github://ba-st/Buoy:v6' ];
baseline: 'Buoy' with: [ spec repository: 'github://ba-st/Buoy:v7' ];
project: 'Buoy-Deployment' copyFrom: 'Buoy' with: [ spec loads: 'Deployment' ];
project: 'Buoy-SUnit' copyFrom: 'Buoy' with: [ spec loads: 'Dependent-SUnit-Extensions' ];
project: 'Buoy-Tools' copyFrom: 'Buoy' with: [ spec loads: 'Tools' ].
Expand Down

0 comments on commit 2c3b654

Please sign in to comment.