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 11db0eeCopy full SHA for 11db0ee
project/Dependencies.scala
@@ -10,7 +10,8 @@ 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.4 as 0.64.0 requires Java 11
14
+ private val flexmarkVersion = "0.62.4"
15
16
val flexmarkDeps = Seq(
17
"com.vladsch.flexmark" % "flexmark" % flexmarkVersion,
0 commit comments