Skip to content

Commit

Permalink
Depend on Bloc:v2.0.0 and Album:v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Jul 8, 2024
1 parent 1062dc5 commit cedcc86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BaselineOfToplo/BaselineOfToplo.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ BaselineOfToplo >> dependencies: spec [

spec
baseline: 'Bloc'
with: [ spec repository: 'github://pharo-graphics/Bloc:master/src' ].
with: [ spec repository: 'github://pharo-graphics/Bloc:v2.0.0/src' ].

spec
baseline: 'Album'
with: [ spec repository: 'github://pharo-graphics/Album:master/src' ]
with: [ spec repository: 'github://pharo-graphics/Album:v0.1.0/src' ]
]

{ #category : #baselines }
Expand Down

0 comments on commit cedcc86

Please sign in to comment.