We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b056bf3 commit 4a60b78Copy full SHA for 4a60b78
1 file changed
buildSrc/src/main/kotlin/Dependencies.kt
@@ -52,7 +52,7 @@ object Compose {
52
}
53
54
object Commonmark {
55
- private val version = "0.19.0"
+ private val version = "0.20.0"
56
val core = "org.commonmark:commonmark:$version"
57
val tables = "org.commonmark:commonmark-ext-gfm-tables:$version"
58
val strikethrough = "org.commonmark:commonmark-ext-gfm-strikethrough:$version"
0 commit comments