We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369ea0a commit 9745d66Copy full SHA for 9745d66
src/BaselineOfToplo/BaselineOfToplo.class.st
@@ -28,11 +28,11 @@ BaselineOfToplo >> dependencies: spec [
28
29
spec
30
baseline: 'Bloc'
31
- with: [ spec repository: 'github://pharo-graphics/Bloc:master/src' ].
+ with: [ spec repository: 'github://pharo-graphics/Bloc:v2.2.0/src' ].
32
33
34
baseline: 'Album'
35
- with: [ spec repository: 'github://pharo-graphics/Album:master/src' ]
+ with: [ spec repository: 'github://pharo-graphics/Album:v0.3.0/src' ]
36
]
37
38
{ #category : #baselines }
0 commit comments