Updating versions and dependencies.

This commit is contained in:
Offray Luna 2017-09-06 10:23:31 +00:00
parent 4b0ad3ef6d
commit 8ca261d1bd

View File

@ -138,7 +138,12 @@ ConfigurationOfBrea >> baseline1: spec [
spec
className: #ConfigurationOfMustache;
versionString: #'stable';
repository: 'http://smalltalkhub.com/mc/NorbertHartl/Mustache/main' ]]
repository: 'http://smalltalkhub.com/mc/NorbertHartl/Mustache/main' ]];
project: 'Fossil' with: [
spec
className: #ConfigurationOfFossil;
versionString: #'stable';
repository: 'http://smalltalkhub.com/mc/Offray/Fossil/main' ]
]
{ #category : #accessing }
@ -176,5 +181,6 @@ ConfigurationOfBrea >> version1: spec [
package: 'Brea' with: 'Brea-OffrayLuna.11';
project: 'Teapot' with: #'stable';
project: 'Mustache' with: #'stable';
project: 'Fossil' with: #stable;
package: #'GrafoscopioUtils' with: 'Grafoscopio-Utils-OffrayLuna.19'. ]
]