Skip to content

Commit f03388d

Browse files
authored
Merge pull request #49 from Rinzwind/fix-pharo11-baseline
Make BaselineOfBeautifulComments for Pharo 11 use the tag ‘v2.4.1’ instead of the branch ‘master’ for Microdown
2 parents 573306e + 7725d45 commit f03388d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BaselineOfBeautifulComments/BaselineOfBeautifulComments.class.st

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

0 commit comments

Comments
 (0)