Skip to content

Commit 97862d6

Browse files
committed
Update Hyperspace and Launchpad versions
1 parent 1b79335 commit 97862d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/BaselineOfAnsible/BaselineOfAnsible.class.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ BaselineOfAnsible >> setUpDependencies: spec [
5454
project: 'Bell-SUnit' copyFrom: 'Bell' with: [ spec loads: 'Dependent-SUnit-Extensions' ].
5555

5656
spec
57-
baseline: 'Launchpad' with: [ spec repository: 'github://ba-st/Launchpad:v7' ];
57+
baseline: 'Launchpad' with: [ spec repository: 'github://ba-st/Launchpad:v8' ];
5858
project: 'Launchpad-Deployment' copyFrom: 'Launchpad' with: [ spec loads: 'Deployment' ].
5959

6060
spec
6161
baseline: 'Buoy' with: [ spec repository: 'github://ba-st/Buoy:v8' ];
6262
project: 'Buoy-SUnit' copyFrom: 'Buoy' with: [ spec loads: 'Dependent-SUnit-Extensions' ].
6363

6464
spec
65-
baseline: 'Hyperspace' with: [ spec repository: 'github://ba-st/Hyperspace:v7' ];
65+
baseline: 'Hyperspace' with: [ spec repository: 'github://ba-st/Hyperspace:v8' ];
6666
project: 'Hyperspace-Deployment' copyFrom: 'Hyperspace' with: [ spec loads: 'Deployment' ]
6767
]
6868

0 commit comments

Comments
 (0)