Skip to content

Commit

Permalink
Update BaselineOfCosmos.class.st
Browse files Browse the repository at this point in the history
  • Loading branch information
fortizpenaloza authored Aug 19, 2023
1 parent bd90c6f commit e67a072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/BaselineOfCosmos/BaselineOfCosmos.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,15 @@ BaselineOfCosmos >> setUpDependeciesOn: aSpec [
aSpec
baseline: 'Kepler'
with: [ aSpec
repository: 'github://ba-st/Kepler:v4/source';
repository: 'github://ba-st/Kepler:v5/source';
loads: #('Deployment') ];
project: 'Kepler-SUnit' copyFrom: 'Kepler' with: [ aSpec loads: 'Dependent-SUnit-Extensions' ];
project: 'Kepler-Tools' copyFrom: 'Kepler' with: [ aSpec loads: 'Tools' ].

aSpec
baseline: 'Stargate'
with: [ aSpec
repository: 'github://ba-st/Stargate:v3/source';
repository: 'github://ba-st/Stargate:v8/source';
loads: 'Deployment' ];
project: 'Stargate-Tools' copyFrom: 'Stargate' with: [ aSpec loads: 'Tools' ].

Expand Down

0 comments on commit e67a072

Please sign in to comment.