From cc59ad1c9bae509aa5fcca2d20e6190c769a9d6f Mon Sep 17 00:00:00 2001 From: Gabriel Omar Cotelli Date: Fri, 19 Jul 2024 11:15:05 -0300 Subject: [PATCH] Update dependencies --- rowan/projects/Bell.ston | 2 +- rowan/projects/Zinc.ston | 2 +- source/BaselineOfHyperspace/BaselineOfHyperspace.class.st | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rowan/projects/Bell.ston b/rowan/projects/Bell.ston index cd6cd5f..c4899f6 100644 --- a/rowan/projects/Bell.ston +++ b/rowan/projects/Bell.ston @@ -2,7 +2,7 @@ RwLoadSpecificationV2 { #specName: 'Bell', #projectName : 'Bell', #gitUrl : 'https://github.com/ba-st/Bell.git', - #revision : 'v2', + #revision : 'v3', #projectSpecFile : 'rowan/project.ston', #componentNames : [ 'Deployment', diff --git a/rowan/projects/Zinc.ston b/rowan/projects/Zinc.ston index 6e513ee..3e00840 100644 --- a/rowan/projects/Zinc.ston +++ b/rowan/projects/Zinc.ston @@ -2,7 +2,7 @@ RwLoadSpecificationV2 { #specName: 'Zinc', #projectName : 'Zinc', #gitUrl : 'https://github.com/ba-st-dependencies/Zinc.git', - #revision : 'v5', + #revision : 'v6', #projectSpecFile : 'rowan/project.ston', #componentNames : [ 'Deployment' diff --git a/source/BaselineOfHyperspace/BaselineOfHyperspace.class.st b/source/BaselineOfHyperspace/BaselineOfHyperspace.class.st index 5c1fcc2..722d7d7 100644 --- a/source/BaselineOfHyperspace/BaselineOfHyperspace.class.st +++ b/source/BaselineOfHyperspace/BaselineOfHyperspace.class.st @@ -47,7 +47,7 @@ BaselineOfHyperspace >> setUpDependencies: spec [ project: 'Zinc-Core' copyFrom: 'ZincHTTPComponents' with: [ spec loads: 'Core' ]. spec - baseline: 'Bell' with: [ spec repository: 'github://ba-st/Bell:v2' ]; + baseline: 'Bell' with: [ spec repository: 'github://ba-st/Bell:v3' ]; project: 'Bell-Deployment' copyFrom: 'Bell' with: [ spec loads: 'Deployment' ]; project: 'Bell-SUnit' copyFrom: 'Bell' with: [ spec loads: 'Dependent-SUnit-Extensions' ] ]