Skip to content

Commit

Permalink
[feenkcom/gtoolkit#3758] prereq change for baseline & manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
j-brant committed Jul 17, 2024
1 parent 8af9a48 commit db843b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ BaselineOfGToolkit4Pharo >> baseline: spec [
package: 'GToolkit-Pharo-Index' with: [
spec requires: #('GToolkitCompleter') ];
package: 'GToolkit-Pharo-SearchFilters' with: [
spec requires: #('GToolkitCoder' 'GToolkit-Pharo-System' 'GToolkit-Pharo-Index') ];
spec requires: #('Futures' 'GToolkitCoder' 'GToolkit-Pharo-System' 'GToolkit-Pharo-Index') ];
package: 'GToolkit-Pharo-Completer' with: [
spec requires: #(
'SmaCCRuntime'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ ManifestGToolkitPharoSearchFilters class >> mustOnlyDependOn [
'Collections-Sequenceable'.
'Collections-Strings'.
'Collections-Unordered'.
'Futures'.
'Futures-Extra'.
'GToolkit-Pharo-Index'.
'GToolkit-Pharo-System'.
Expand Down

0 comments on commit db843b0

Please sign in to comment.