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 1ed02dd commit 21b0256Copy full SHA for 21b0256
project/Dependencies.scala
@@ -10,10 +10,12 @@ object Dependencies {
10
val `jackson-dataformat-yaml` =
11
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-yaml" % jacksonVersion
12
13
- private val flexmarkVersion = "0.64.0"
+ // Freeze on 0.62.x as 0.64.0 requires Java 11
14
+ private val flexmarkVersion = "0.62.2"
15
16
val flexmarkDeps = Seq(
17
"com.vladsch.flexmark" % "flexmark" % flexmarkVersion,
18
+ "com.vladsch.flexmark" % "flexmark-util-ast" % flexmarkVersion,
19
"com.vladsch.flexmark" % "flexmark-util-html" % flexmarkVersion,
20
"com.vladsch.flexmark" % "flexmark-ext-anchorlink" % flexmarkVersion,
21
"com.vladsch.flexmark" % "flexmark-ext-autolink" % flexmarkVersion,
0 commit comments