Skip to content

Commit 921f25a

Browse files
committed
Build.scala: Remove unnecessary doc dependencies
flexmark-all has a ton of dependencies we don't need.
1 parent f9b0579 commit 921f25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ object Build {
380380
libraryDependencies ++= {
381381
val flexmarkVersion = "0.42.12"
382382
Seq(
383-
"com.vladsch.flexmark" % "flexmark-all" % flexmarkVersion,
383+
"com.vladsch.flexmark" % "flexmark" % flexmarkVersion,
384384
"com.vladsch.flexmark" % "flexmark-ext-gfm-tasklist" % flexmarkVersion,
385385
"com.vladsch.flexmark" % "flexmark-ext-gfm-tables" % flexmarkVersion,
386386
"com.vladsch.flexmark" % "flexmark-ext-autolink" % flexmarkVersion,

0 commit comments

Comments
 (0)