diff --git a/repository/BaselineOfBrea/BaselineOfBrea.class.st b/repository/BaselineOfBrea/BaselineOfBrea.class.st index ba506c8..93e3862 100644 --- a/repository/BaselineOfBrea/BaselineOfBrea.class.st +++ b/repository/BaselineOfBrea/BaselineOfBrea.class.st @@ -20,7 +20,9 @@ BaselineOfBrea >> baseline: spec [ spec baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON/repository' ]; baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache/repository' ]; - baseline: 'TaskIt' with: [ spec repository: 'github://noha/taskit:add-all-future' ]. + baseline: 'TaskIt' with: [ spec repository: 'github://pharo-contributions/taskit:v1.0' ] + "[ spec repository: 'github://noha/taskit:add-all-future' ]" + "Disabling Noha's Fork to make Brea installable.". "Packages" spec package: 'Brea' with: [ spec requires: #('NeoJSON' 'Mustache' 'TaskIt' 'Grafoscopio-Utils') ].