Skip to content

Commit 9745d66

Browse files
committed
Baseline: depend on fixed versions
1 parent 369ea0a commit 9745d66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.2.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.3.0/src' ]
3636
]
3737

3838
{ #category : #baselines }

0 commit comments

Comments
 (0)