Skip to content

Commit

Permalink
Depend on Alexandrie and Bloc's master
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Feb 21, 2024
1 parent 94de097 commit 57356b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BaselineOfAlbum/BaselineOfAlbum.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ BaselineOfAlbum >> baseline: spec [
spec for: #common do: [
spec
baseline: 'Bloc'
with: [ spec repository: 'github://pharo-graphics/Bloc:dev/src' ].
with: [ spec repository: 'github://pharo-graphics/Bloc:master/src' ].

spec
baseline: 'Alexandrie'
with: [ spec repository: 'github://pharo-graphics/Alexandrie:dev/src' ].
with: [ spec repository: 'github://pharo-graphics/Alexandrie:master/src' ].

spec
package: #Album with: [ spec requires: #( #Bloc ) ];
Expand Down

0 comments on commit 57356b1

Please sign in to comment.