Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/pillar-markup/pillar into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Apr 4, 2024
2 parents 33f7450 + b95bdb1 commit 0a834df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaselineOfPillar/BaselineOfPillar.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ BaselineOfPillar >> baseline: spec [
"package: 'Pillar-MicrodownToPillarConverter' with: [ spec requires: #( 'Pillar-Core' 'Microdown' ) ];
This does not work anymnore and we should not need it.
Else we migrate by hand the code to Microdown visitors."
package: 'Pillar-ExporterMicrodown' with: [ spec requires: #( 'Microdown' 'Pillar-PetitPillar' 'Pillar-ExporterCore' ) ];
package: 'Pillar-ExporterMicrodown' with: [ spec requires: #( 'Microdown' 'Pillar-PetitPillar' 'Pillar-ExporterCore' 'Pillar-Tests-ExporterCore') ];
package: 'Pillar-Core';
package: 'Pillar-Tests-Core' with: [ spec requires: #( 'Pillar-Core' 'Pillar-ExporterText' 'Pillar-ExporterPillar' 'Pillar-PetitPillar' ) ];
package: 'Pillar-Model' with: [ spec requires: #( 'Pillar-Core' ) ];
Expand Down

0 comments on commit 0a834df

Please sign in to comment.