diff --git a/repository/ConfigurationOfBrea/ConfigurationOfBrea.class.st b/repository/ConfigurationOfBrea/ConfigurationOfBrea.class.st index d911dc5..91ec75d 100644 --- a/repository/ConfigurationOfBrea/ConfigurationOfBrea.class.st +++ b/repository/ConfigurationOfBrea/ConfigurationOfBrea.class.st @@ -130,7 +130,10 @@ ConfigurationOfBrea >> baseline1: spec [ spec className: #ConfigurationOfTeapot; versionString: #'stable'; - repository: 'http://smalltalkhub.com/mc/zeroflag/Teapot/main' ] ] + repository: 'http://smalltalkhub.com/mc/zeroflag/Teapot/main' ]; + package: 'GrafoscopioUtils' with: [ + spec + repository: 'http://smalltalkhub.com/mc/Offray/Grafoscopio/main' ] ] ] { #category : #accessing } @@ -165,6 +168,7 @@ ConfigurationOfBrea >> version1: spec [ spec for: #common do: [ spec blessing: #release; - package: 'Brea' with: 'Brea-OffrayLuna.9'; - project: 'Teapot' with: #'stable' ] + package: 'Brea' with: 'Brea-OffrayLuna.10'; + project: 'Teapot' with: #'stable'; + package: #'Grafoscopio-Utils' with: 'Grafoscopio-Utils-OffrayLuna.18'. ] ]