Skip to content

Commit

Permalink
Merge pull request #43 from ba-st/update_Buoy
Browse files Browse the repository at this point in the history
Update Buoy to v6
  • Loading branch information
gcotelli authored Jul 20, 2020
2 parents 5013946 + 458eaaf commit f6544f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/BaselineOfRenoirSt/BaselineOfRenoirSt.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ BaselineOfRenoirSt >> projectClass [
BaselineOfRenoirSt >> setUpDependencies: spec [

spec
baseline: 'Buoy' with: [ spec repository: 'github://ba-st/Buoy:v5/source' ];
baseline: 'Buoy' with: [ spec repository: 'github://ba-st/Buoy:v6/source' ];
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 f6544f7

Please sign in to comment.