@@ -1538,6 +1538,7 @@ object Build {
1538
1538
products.iterator.map(_.getAbsolutePath.toString).mkString(" " )
1539
1539
1540
1540
val dokkaVersion = " 1.4.10.2"
1541
+ val flexmarkVersion = " 0.42.12"
1541
1542
1542
1543
project.settings(commonBootstrappedSettings).
1543
1544
dependsOn(`scala3-compiler-bootstrapped`).
@@ -1549,7 +1550,16 @@ object Build {
1549
1550
" org.jetbrains.dokka" % " dokka-core" % dokkaVersion,
1550
1551
" org.jetbrains.dokka" % " dokka-base" % dokkaVersion,
1551
1552
" org.jetbrains.kotlinx" % " kotlinx-html-jvm" % " 0.7.2" , // Needs update when dokka version changes
1552
- " com.vladsch.flexmark" % " flexmark-all" % " 0.42.12" ,
1553
+ " com.vladsch.flexmark" % " flexmark" % flexmarkVersion,
1554
+ " com.vladsch.flexmark" % " flexmark-html-parser" % flexmarkVersion,
1555
+ " com.vladsch.flexmark" % " flexmark-ext-anchorlink" % flexmarkVersion,
1556
+ " com.vladsch.flexmark" % " flexmark-ext-autolink" % flexmarkVersion,
1557
+ " com.vladsch.flexmark" % " flexmark-ext-emoji" % flexmarkVersion,
1558
+ " com.vladsch.flexmark" % " flexmark-ext-gfm-strikethrough" % flexmarkVersion,
1559
+ " com.vladsch.flexmark" % " flexmark-ext-gfm-tables" % flexmarkVersion,
1560
+ " com.vladsch.flexmark" % " flexmark-ext-gfm-tasklist" % flexmarkVersion,
1561
+ " com.vladsch.flexmark" % " flexmark-ext-wikilink" % flexmarkVersion,
1562
+ " com.vladsch.flexmark" % " flexmark-ext-yaml-front-matter" % flexmarkVersion,
1553
1563
" nl.big-o" % " liqp" % " 0.6.7" ,
1554
1564
" org.jsoup" % " jsoup" % " 1.13.1" , // Needed to process .html files for static site
1555
1565
" args4j" % " args4j" % " 2.33" ,
0 commit comments