Updating requirements.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2021-08-11 21:27:50 -05:00
parent ece5f1e9e6
commit aa216f8816
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ BaselineOfTiddlyWikiPharo >> baseline: spec [
spec baseline: 'ZTimestamp' with: [ spec repository: 'github://svenvc/ztimestamp/repository' ].
"Packages"
spec package: 'TiddlyWiki'
spec package: 'TiddlyWiki' with: [ spec requires: #('ZTimestamp') ]
]
]