File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/BaselineOfGToolkitCoder Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 55 " github://feenkcom/pharo-futures/src" : " v0.6.158" ,
66 " github://feenkcom/gtoolkit-pager/src" : " v0.9.83" ,
77 " github://feenkcom/gt4magritte/src" : " v0.7.79" ,
8+ " github://feenkcom/gtoolkit-editor/src" : " v0.6.15" ,
89 " github://feenkcom/gtoolkit-completer/src" : " v0.9.78"
910 }
1011}
Original file line number Diff line number Diff line change @@ -53,6 +53,9 @@ BaselineOfGToolkitCoder >> baseline: spec [
5353 spec
5454 baseline: ' GToolkit4Magritte' with: [
5555 spec repository: ' github://feenkcom/gt4magritte:v0.7.79/src' ].
56+ spec
57+ baseline: ' GToolkitEditor' with: [
58+ spec repository: ' github://feenkcom/gtoolkit-editor:v0.6.15/src' ].
5659
5760 spec package: ' GToolkit-VariableBindings' .
5861 spec package: ' GToolkit-SearchFilters' with: [
@@ -66,7 +69,7 @@ BaselineOfGToolkitCoder >> baseline: spec [
6669 spec package: ' GToolkit-Coder' with: [
6770 spec requires: #(#Futures #GToolkitBasicUtility #GToolkitAnnouncerUtility #GToolkitPager #GToolkitCompleter #'GToolkit-SearchFilters') ].
6871 spec package: ' GToolkit-Coder-UI' with: [
69- spec requires: #(#'GToolkit-Coder' #'GToolkit-VariableBindings' #GToolkitBasicUtility #GToolkitPager #GToolkitNotifications #GToolkit4Magritte) ].
72+ spec requires: #(#'GToolkit-Coder' #'GToolkit-VariableBindings' #GToolkitBasicUtility #GToolkitPager #GToolkitNotifications #GToolkit4Magritte #GToolkitEditor ) ].
7073 spec package: ' GToolkit-Coder-AddOns' with: [
7174 spec requires: #(#'GToolkit-Coder' #'GToolkit-Coder-UI') ].
7275 spec package: ' GToolkit-Coder-Extensions' with: [
You can’t perform that action at this time.
0 commit comments