Skip to content

Commit 385b08d

Browse files
committed
Add bloc dependency directly on baseline
1 parent ee849cc commit 385b08d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/BaselineOfToploSerialization/BaselineOfToploSerialization.class.st

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ BaselineOfToploSerialization >> baseline: spec [
2929
{ #category : #baselines }
3030
BaselineOfToploSerialization >> dependency: spec [
3131

32+
spec
33+
baseline: 'Bloc'
34+
with: [ spec repository: 'github://OpenSmock/Bloc:dev/src' ].
35+
3236
spec
3337
baseline: #BlocSerialization
3438
with: [

0 commit comments

Comments
 (0)