Skip to content

Commit

Permalink
Fixing the baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Nov 21, 2023
1 parent 4ac5d9f commit 384476d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BaselineOfSpecCore/BaselineOfSpecCore.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ BaselineOfSpecCore >> baseline: spec [
"Core"
package: 'Spec2-Layout';
package: 'Spec2-Core' with: [ spec requires: #('Spec2-Layout') ];
package: 'Spec2-Dialogs' with: [ spec requires: #('Spec2-Dialogs') ];
package: 'Spec2-Dialogs-Tests' with: [ spec requires: #('Spec2-Core') ];
package: 'Spec2-Dialogs' with: [ spec requires: #('Spec2-Core') ];
package: 'Spec2-Dialogs-Tests' with: [ spec requires: #('Spec2-Dialogs') ];
package: 'Spec2-CommandLine' with: [ spec requires: #('Spec2-Core') ];
package: 'Spec2-Commands';
package: 'Spec2-Transmission' with: [ spec requires: #('Spec2-Core') ];
Expand Down

0 comments on commit 384476d

Please sign in to comment.