From 6d463c453863b1ad3a730ec947e9148fd731ee94 Mon Sep 17 00:00:00 2001 From: SullyMLT Date: Tue, 24 Jun 2025 09:55:38 +0200 Subject: [PATCH] Editing the source of Bloc from pharo-graphics/Bloc to OpenSmock/Bloc:dev and the source of Stash from Nyan11/Stash/src to OpenSmock/Stash/src --- .../BaselineOfBlocSerialization.class.st | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BaselineOfBlocSerialization/BaselineOfBlocSerialization.class.st b/src/BaselineOfBlocSerialization/BaselineOfBlocSerialization.class.st index c88af66..fddb3c4 100644 --- a/src/BaselineOfBlocSerialization/BaselineOfBlocSerialization.class.st +++ b/src/BaselineOfBlocSerialization/BaselineOfBlocSerialization.class.st @@ -31,9 +31,9 @@ BaselineOfBlocSerialization >> dependency: spec [ spec baseline: 'StashSerialization' - with: [ spec repository: 'github://Nyan11/Stash/src' ]. + with: [ spec repository: 'github://OpenSmock/Stash/src' ]. spec baseline: 'Bloc' - with: [ spec repository: 'github://pharo-graphics/Bloc:master/src' ]. + with: [ spec repository: 'github://OpenSmock/Bloc:dev/src' ]. ]