Updating dependencies.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-06-18 17:11:11 -05:00
parent c92f335928
commit 2b743dbd9a
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ BaselineOfFossil >> baseline: spec [
do: [
"Dependencies"
spec
baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON:v17/repository' ];
baseline: 'OSSubprocess' with: [ spec repository: 'github://feenkcom/OSSubprocess:main/repository']";
baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON:master/repository' ];
baseline: 'OSSubprocess' with: [ spec repository: 'github://pharo-contributions/OSSubprocess/repository']";
baseline: 'ProcessWrapper' with: [ spec repository: 'github://hernanmd/ProcessWrapper/repository' ]".
"Packages"