Skip to content

Commit

Permalink
Update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Feb 28, 2024
1 parent f8dfc04 commit e7ac7ee
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ BaselineOfStargateConsul >> projectClass [
BaselineOfStargateConsul >> setUpDependencies: spec [

spec
baseline: 'Stargate' with: [ spec repository: 'github://ba-st/Stargate:v8' ];
baseline: 'Stargate' with: [ spec repository: 'github://ba-st/Stargate:v9' ];
project: 'Stargate-Deployment' copyFrom: 'Stargate' with: [ spec loads: 'Deployment' ];
project: 'Stargate-SUnit' copyFrom: 'Stargate' with: [ spec loads: 'Dependent-SUnit-Extensions' ];
project: 'Stargate-Tools' copyFrom: 'Stargate' with: [ spec loads: 'Tools' ].

spec
baseline: 'Launchpad' with: [ spec repository: 'github://ba-st/Launchpad:v4' ];
baseline: 'Launchpad' with: [ spec repository: 'github://ba-st/Launchpad:v5' ];
project: 'Launchpad-Deployment' copyFrom: 'Launchpad' with: [ spec loads: 'Deployment' ].

spec
baseline: 'Superluminal' with: [ spec repository: 'github://ba-st/Superluminal:v4' ];
baseline: 'Superluminal' with: [ spec repository: 'github://ba-st/Superluminal:v5' ];
project: 'Superluminal-API-Client' copyFrom: 'Superluminal' with: [ spec loads: 'API Client' ]
]

Expand Down

0 comments on commit e7ac7ee

Please sign in to comment.