We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f2bd4 commit 606e58bCopy full SHA for 606e58b
src/BaselineOfMicrodownAgenda/BaselineOfMicrodownAgenda.class.st
@@ -28,7 +28,7 @@ BaselineOfMicrodownAgenda >> microdown: spec [
28
spec baseline: 'Microdown' with: [
29
spec
30
"repository: (self class environment at: #BaselineOfPharo) microdownRepository;"
31
- repository: 'github://pillar-markup/Microdown:dev/src';
+ repository: 'github://pillar-markup/Microdown:v2.6.0/src';
32
loads: #('Microdown-HTMLExporter-Tests') ]
33
]
34
0 commit comments