Skip to content

Commit 6e9d7c7

Browse files
authored
Merge pull request #3884 from dotty-staging/fix-dotd
Fix dotd command after doc-tool dep update
2 parents 0094097 + 09ba31c commit 6e9d7c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist/bin/dotd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ DOTTY_DOC_LIB=$(find_lib "*dotty-doc*")
3535
# Set flexmark deps:
3636
FLEXMARK_LIBS=""
3737
FLEXMARK_LIBS+=$(find_lib "*flexmark-0*")$PSEP
38+
FLEXMARK_LIBS+=$(find_lib "*flexmark-formatter*")$PSEP
3839
FLEXMARK_LIBS+=$(find_lib "*flexmark-ext-anchorlink*")$PSEP
3940
FLEXMARK_LIBS+=$(find_lib "*flexmark-ext-autolink*")$PSEP
4041
FLEXMARK_LIBS+=$(find_lib "*flexmark-ext-emoji*")$PSEP

0 commit comments

Comments
 (0)