We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81f961e + 6d463c4 commit 75eae07Copy full SHA for 75eae07
src/BaselineOfBlocSerialization/BaselineOfBlocSerialization.class.st
@@ -31,9 +31,9 @@ BaselineOfBlocSerialization >> dependency: spec [
31
32
spec
33
baseline: 'StashSerialization'
34
- with: [ spec repository: 'github://Nyan11/Stash/src' ].
+ with: [ spec repository: 'github://OpenSmock/Stash/src' ].
35
36
37
baseline: 'Bloc'
38
- with: [ spec repository: 'github://pharo-graphics/Bloc:master/src' ].
+ with: [ spec repository: 'github://OpenSmock/Bloc:dev/src' ].
39
]
0 commit comments