Skip to content

Commit

Permalink
Missing Avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
vitormcruz committed Jan 8, 2024
1 parent b53d8a7 commit b4edbf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pharo/BaselineOfTome/BaselineOfTome.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ BaselineOfTome >> baseline: spec [
spec for: #'common' do: [
spec blessing: #'baseline';

baseline: 'Avatar' with: [ spec repository: 'github://vitormcruz/avatar:createBaseline'; loads: #(core) ];
baseline: 'Buoy' with: [ spec repository: 'github://ba-st/Buoy:v6.1.0/source' ];
project: 'Buoy-Tests' copyFrom: 'Buoy' with: [ spec loads: #('Dependent-SUnit-Extensions') ];

package: 'Tome-Core';
package: 'Tome-Core' with: [ spec requires: #('Avatar') ];
package: 'Tome-Tests' with: [ spec requires: #('Tome-Core' 'Buoy-Tests') ];
package: 'Tome-Tests-Examples' with: [ spec requires: #('Tome-Core' 'Buoy-Tests') ];

Expand Down

0 comments on commit b4edbf6

Please sign in to comment.