Skip to content

Commit c8831df

Browse files
committed
With microdown dev for now.
1 parent b05e47c commit c8831df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BaselineOfMicroEd/BaselineOfMicroEd.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ BaselineOfMicroEd >> baseline: spec [
1414
do: [ "We need the Extensions group from Microdown to use MicTextualMicrodownExporter"
1515
spec
1616
baseline: 'Microdown'
17-
with: [ spec repository: 'github://pillar-markup/Microdown:v2.7.2/src' ].
17+
with: [ spec repository: 'github://pillar-markup/Microdown:dev/src' ].
1818
spec
1919
package: 'MicroEd' with: [ spec requires: #( 'Microdown' ) ];
2020
package: 'MicroEd-Spec' with: [ spec requires: #( 'MicroEd' ) ];

0 commit comments

Comments
 (0)