Updating dependencies.

This commit is contained in:
Offray Luna 2017-09-05 17:25:16 +00:00
parent b36156c515
commit 5a2f89f872

View File

@ -133,7 +133,12 @@ ConfigurationOfBrea >> baseline1: spec [
repository: 'http://smalltalkhub.com/mc/zeroflag/Teapot/main' ];
package: 'GrafoscopioUtils' with: [
spec
repository: 'http://smalltalkhub.com/mc/Offray/Grafoscopio/main' ] ]
repository: 'http://smalltalkhub.com/mc/Offray/Grafoscopio/main' ];
project: 'Mustache' with: [
spec
className: #ConfigurationOfMustache;
versionString: #'stable';
repository: 'http://smalltalkhub.com/mc/NorbertHartl/Mustache/main' ]]
]
{ #category : #accessing }
@ -170,5 +175,6 @@ ConfigurationOfBrea >> version1: spec [
blessing: #release;
package: 'Brea' with: 'Brea-OffrayLuna.10';
project: 'Teapot' with: #'stable';
package: #'GrafoscopioUtils' with: 'Grafoscopio-Utils-OffrayLuna.18'. ]
project: 'Mustache' with: #'stable';
package: #'GrafoscopioUtils' with: 'Grafoscopio-Utils-OffrayLuna.19'. ]
]