diff --git a/repository/BaselineOfFossil/BaselineOfFossil.class.st b/repository/BaselineOfFossil/BaselineOfFossil.class.st index 85f1995..5ef1ba9 100644 --- a/repository/BaselineOfFossil/BaselineOfFossil.class.st +++ b/repository/BaselineOfFossil/BaselineOfFossil.class.st @@ -16,12 +16,12 @@ BaselineOfFossil >> baseline: spec [ do: [ "Dependencies" spec - baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON/repository' ]"; - baseline: 'OSSubprocess' with: [ spec repository: 'github://pharo-contributions/OSSubprocess:master/repository']". + baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON/repository' ]; + baseline: 'OSSubprocess' with: [ spec repository: 'github://pharo-contributions/OSSubprocess:master/repository']. "Packages" - spec package: 'Fossil' with: [ spec requires: #('NeoJSON') ]. + spec package: 'Fossil' with: [ spec requires: #('NeoJSON' 'OSSubprocess') ]. ]