Skip to content

Commit

Permalink
fix for 9.0.1 using mD v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Mar 25, 2024
1 parent 1ae789b commit b258f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaselineOfPillarApp/BaselineOfPillarApp.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ BaselineOfPillarApp >> customProjectAttributes [
{ #category : #dependencies }
BaselineOfPillarApp >> microdown: spec [

spec baseline: 'Microdown' with: [ spec repository: 'github://pillar-markup/Microdown:v2.4.1/src' ]
spec baseline: 'Microdown' with: [ spec repository: 'github://pillar-markup/Microdown:v2.4.2/src' ]
]

{ #category : #dependencies }
Expand Down

0 comments on commit b258f2d

Please sign in to comment.