Skip to content

Commit 4a60b78

Browse files
committed
Bump commonmark-java version to 0.20.0
1 parent b056bf3 commit 4a60b78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/src/main/kotlin/Dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ object Compose {
5252
}
5353

5454
object Commonmark {
55-
private val version = "0.19.0"
55+
private val version = "0.20.0"
5656
val core = "org.commonmark:commonmark:$version"
5757
val tables = "org.commonmark:commonmark-ext-gfm-tables:$version"
5858
val strikethrough = "org.commonmark:commonmark-ext-gfm-strikethrough:$version"

0 commit comments

Comments
 (0)