From 45165e0021f8b60eb1ec34811900748e765b2a3a Mon Sep 17 00:00:00 2001 From: Offray Luna Date: Thu, 16 Jan 2020 19:55:39 +0000 Subject: [PATCH] Updating OSSubprocess dependency. --- repository/BaselineOfFossil/BaselineOfFossil.class.st | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/repository/BaselineOfFossil/BaselineOfFossil.class.st b/repository/BaselineOfFossil/BaselineOfFossil.class.st index 11812e3..564df24 100644 --- a/repository/BaselineOfFossil/BaselineOfFossil.class.st +++ b/repository/BaselineOfFossil/BaselineOfFossil.class.st @@ -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' ].