From 5a2f89f872a608d5d7356a20b8efb7d148a60bab Mon Sep 17 00:00:00 2001 From: Offray Luna Date: Tue, 5 Sep 2017 17:25:16 +0000 Subject: [PATCH] Updating dependencies. --- .../ConfigurationOfBrea/ConfigurationOfBrea.class.st | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/repository/ConfigurationOfBrea/ConfigurationOfBrea.class.st b/repository/ConfigurationOfBrea/ConfigurationOfBrea.class.st index ccca158..f658dc4 100644 --- a/repository/ConfigurationOfBrea/ConfigurationOfBrea.class.st +++ b/repository/ConfigurationOfBrea/ConfigurationOfBrea.class.st @@ -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'. ] ]