Skip to content

Commit 11db0ee

Browse files
committed
fix: downgrade flexmark to 0.62.4
0.64.0 requires Java 11, so we can't move that high
1 parent 1ed02dd commit 11db0ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ object Dependencies {
1010
val `jackson-dataformat-yaml` =
1111
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-yaml" % jacksonVersion
1212

13-
private val flexmarkVersion = "0.64.0"
13+
// Freeze on 0.62.4 as 0.64.0 requires Java 11
14+
private val flexmarkVersion = "0.62.4"
1415

1516
val flexmarkDeps = Seq(
1617
"com.vladsch.flexmark" % "flexmark" % flexmarkVersion,

0 commit comments

Comments
 (0)