Skip to content

Commit 2935686

Browse files
authored
Merge pull request #22 from OpenSmock/LouisePla-patch-1
Update BaselineOfToploSerialization.class.st
2 parents 93409d9 + 5b58fb3 commit 2935686

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/BaselineOfToploSerialization/BaselineOfToploSerialization.class.st

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ BaselineOfToploSerialization >> dependency: spec [
3333
baseline: #BlocSerialization
3434
with: [
3535
spec repository: 'github://OpenSmock/Bloc-Serialization:main/src' ].
36-
37-
spec
38-
baseline: 'Toplo'
39-
with: [ spec repository: 'github://OpenSmock/Toplo:dev/src' ].
4036

4137
spec
4238
baseline: 'Album'
43-
with: [ spec repository: 'github://OpenSmock/Album:master' ]
39+
with: [ spec repository: 'github://OpenSmock/Album:master' ].
40+
41+
spec
42+
baseline: 'Toplo'
43+
with: [ spec repository: 'github://OpenSmock/Toplo:dev/src' ]
4444
]

0 commit comments

Comments
 (0)