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 f9b0579 commit 921f25aCopy full SHA for 921f25a
project/Build.scala
@@ -380,7 +380,7 @@ object Build {
380
libraryDependencies ++= {
381
val flexmarkVersion = "0.42.12"
382
Seq(
383
- "com.vladsch.flexmark" % "flexmark-all" % flexmarkVersion,
+ "com.vladsch.flexmark" % "flexmark" % flexmarkVersion,
384
"com.vladsch.flexmark" % "flexmark-ext-gfm-tasklist" % flexmarkVersion,
385
"com.vladsch.flexmark" % "flexmark-ext-gfm-tables" % flexmarkVersion,
386
"com.vladsch.flexmark" % "flexmark-ext-autolink" % flexmarkVersion,
0 commit comments