We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f961e commit 6d463c4Copy full SHA for 6d463c4
1 file changed
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