File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,13 @@ object Dependencies {
10
10
val `jackson-dataformat-yaml` =
11
11
" com.fasterxml.jackson.dataformat" % " jackson-dataformat-yaml" % jacksonVersion
12
12
13
- private val flexmarkVersion = " 0.64.0"
13
+ // Freeze on 0.62.x as 0.64.0 requires Java 11
14
+ private val flexmarkVersion = " 0.62.2"
14
15
15
16
val flexmarkDeps = Seq (
16
17
" com.vladsch.flexmark" % " flexmark" % flexmarkVersion,
18
+ " com.vladsch.flexmark" % " flexmark-util-ast" % flexmarkVersion,
19
+ " com.vladsch.flexmark" % " flexmark-util-data" % flexmarkVersion,
17
20
" com.vladsch.flexmark" % " flexmark-util-html" % flexmarkVersion,
18
21
" com.vladsch.flexmark" % " flexmark-ext-anchorlink" % flexmarkVersion,
19
22
" com.vladsch.flexmark" % " flexmark-ext-autolink" % flexmarkVersion,
You can’t perform that action at this time.
0 commit comments