Skip to content

Commit

Permalink
Baseline: fix a version for new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Feb 5, 2025
1 parent 6892f7c commit 9972304
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/BaselineOfAlbum/BaselineOfAlbum.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ BaselineOfAlbum >> baseline: spec [
package: #Album with: [ spec requires: #( #Bloc ) ];
package: #'Album-Tests' with: [ spec requires: #( #Album ) ];
package: #'Album-Examples' with: [ spec requires: #( #'Album-Tests' ) ];
"package: #'Album-Brick-NU' with: [ spec requires: #( #Bloc ) ];"
package: #'Album-Alexandrie' with: [ spec requires: #( #'Album-Examples' ) ] ]
]

Expand All @@ -24,5 +23,5 @@ BaselineOfAlbum >> declareBlocOn: spec [

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

0 comments on commit 9972304

Please sign in to comment.