From a2cf7cce6628a5f6636dc327c27833f7304c19d5 Mon Sep 17 00:00:00 2001 From: Gabriel Omar Cotelli Date: Tue, 19 Sep 2023 12:03:29 -0300 Subject: [PATCH] Update Baseline dependencies --- source/BaselineOfLaunchpad/BaselineOfLaunchpad.class.st | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/BaselineOfLaunchpad/BaselineOfLaunchpad.class.st b/source/BaselineOfLaunchpad/BaselineOfLaunchpad.class.st index 427b2e5..29106f6 100644 --- a/source/BaselineOfLaunchpad/BaselineOfLaunchpad.class.st +++ b/source/BaselineOfLaunchpad/BaselineOfLaunchpad.class.st @@ -54,22 +54,22 @@ BaselineOfLaunchpad >> projectClass [ BaselineOfLaunchpad >> 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' ]. spec - baseline: 'Bell' with: [ spec repository: 'github://ba-st/Bell:v1' ]; + baseline: 'Bell' with: [ spec repository: 'github://ba-st/Bell:v2' ]; project: 'Bell-Deployment' copyFrom: 'Bell' with: [ spec loads: 'Deployment' ]; project: 'Bell-SUnit' copyFrom: 'Bell' with: [ spec loads: 'Dependent-SUnit-Extensions' ]. spec - baseline: 'INIParser' with: [ spec repository: 'github://ctSkennerton/INI-Parser:v1.1.1' ]; + baseline: 'INIParser' with: [ spec repository: 'github://ba-st-dependencies/INI-Parser:v2' ]; project: 'INIParser-Deployment' copyFrom: 'INIParser' with: [ spec loads: 'Deployment' ]. spec - baseline: 'Hyperspace' with: [ spec repository: 'github://ba-st/Hyperspace:v4' ]; + baseline: 'Hyperspace' with: [ spec repository: 'github://ba-st/Hyperspace:v5' ]; project: 'Hyperspace-SUnit' copyFrom: 'Hyperspace' with: [ spec loads: 'Dependent-SUnit-Extensions' ]