Skip to content

Commit 75eae07

Browse files
authored
Merge pull request #27 from OpenSmock/devStage
Editing the source of Bloc from pharo-graphics/Bloc to OpenSmock/Bloc…
2 parents 81f961e + 6d463c4 commit 75eae07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BaselineOfBlocSerialization/BaselineOfBlocSerialization.class.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ BaselineOfBlocSerialization >> dependency: spec [
3131

3232
spec
3333
baseline: 'StashSerialization'
34-
with: [ spec repository: 'github://Nyan11/Stash/src' ].
34+
with: [ spec repository: 'github://OpenSmock/Stash/src' ].
3535

3636
spec
3737
baseline: 'Bloc'
38-
with: [ spec repository: 'github://pharo-graphics/Bloc:master/src' ].
38+
with: [ spec repository: 'github://OpenSmock/Bloc:dev/src' ].
3939
]

0 commit comments

Comments
 (0)