Skip to content

Commit 9e5f42f

Browse files
committed
Fix versions for release
1 parent c98994e commit 9e5f42f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/BaselineOfToplo/BaselineOfToplo.class.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ BaselineOfToplo >> dependencies: spec [
2828

2929
spec
3030
baseline: 'Bloc'
31-
with: [ spec repository: 'github://pharo-graphics/Bloc:master/src' ].
31+
with: [ spec repository: 'github://pharo-graphics/Bloc:v2.8.0/src' ].
3232

3333
spec
3434
baseline: 'Album'
35-
with: [ spec repository: 'github://pharo-graphics/Album:master/src' ]
35+
with: [ spec repository: 'github://pharo-graphics/Album:v0.9.0/src' ]
3636
]
3737

3838
{ #category : #baselines }

0 commit comments

Comments
 (0)