Updating OSSubprocess dependency.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2020-01-16 19:55:39 +00:00
parent ae0a57d574
commit 45165e0021

View File

@ -15,7 +15,10 @@ BaselineOfFossil >> baseline: spec [
for: #common
do: [
"Dependencies"
spec baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON/repository' ].
spec
baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON/repository' ];
baseline: 'OSSubprocess' with: [ spec repository: 'github://pharo-contributions/OSSubprocess:v1.0.1/repository'].
"This package"
spec baseline: 'Fossil' with: [ spec repository: 'http://smalltalkhub.com/mc/Offray/Fossil' ].