Skip to content

Commit 7d39967

Browse files
authored
Merge pull request #17 from Rinzwind/fix-pharo11-baseline
Make BaselineOfNewToolsDocumentBrowser for Pharo 11 use the tag ‘v2.4.1’ instead of the branch ‘integration’ for Microdown
2 parents be6b983 + fa57531 commit 7d39967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BaselineOfNewToolsDocumentBrowser/BaselineOfNewToolsDocumentBrowser.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BaselineOfNewToolsDocumentBrowser >> baseline: spec [
1313
baseline: 'Microdown'
1414
with: [
1515
spec
16-
repository: 'github://pillar-markup/Microdown:integration/src';
16+
repository: 'github://pillar-markup/Microdown:v2.4.1/src';
1717
loads: #('RichText') ].
1818

1919
spec

0 commit comments

Comments
 (0)