Updating dependencies.
This commit is contained in:
parent
b36156c515
commit
5a2f89f872
@ -133,7 +133,12 @@ ConfigurationOfBrea >> baseline1: spec [
|
|||||||
repository: 'http://smalltalkhub.com/mc/zeroflag/Teapot/main' ];
|
repository: 'http://smalltalkhub.com/mc/zeroflag/Teapot/main' ];
|
||||||
package: 'GrafoscopioUtils' with: [
|
package: 'GrafoscopioUtils' with: [
|
||||||
spec
|
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 }
|
{ #category : #accessing }
|
||||||
@ -170,5 +175,6 @@ ConfigurationOfBrea >> version1: spec [
|
|||||||
blessing: #release;
|
blessing: #release;
|
||||||
package: 'Brea' with: 'Brea-OffrayLuna.10';
|
package: 'Brea' with: 'Brea-OffrayLuna.10';
|
||||||
project: 'Teapot' with: #'stable';
|
project: 'Teapot' with: #'stable';
|
||||||
package: #'GrafoscopioUtils' with: 'Grafoscopio-Utils-OffrayLuna.18'. ]
|
project: 'Mustache' with: #'stable';
|
||||||
|
package: #'GrafoscopioUtils' with: 'Grafoscopio-Utils-OffrayLuna.19'. ]
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user