Chaning dependencies loading order.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2019-06-11 13:01:08 +00:00
parent 0b8868b41a
commit 2a354864fa
1 changed files with 2 additions and 2 deletions

View File

@ -164,6 +164,6 @@ ConfigurationOfFossil >> version1: spec [
spec for: #common do: [
spec
blessing: #release;
package: 'Fossil' with: 'Fossil-OffrayLuna.17';
project: 'NeoJSON' with: #'stable']
project: 'NeoJSON' with: #'stable';
package: 'Fossil' with: 'Fossil-OffrayLuna.17']
]