Skip to content

Commit 16e934d

Browse files
committed
chore(deps): downgrade markdown library to 0.6.1 and fixed #269
Downgraded `org.jetbrains:markdown` from 0.7.3 to 0.6.1 and removed the `excludeKotlinDeps()` configuration.
1 parent e42b0ff commit 16e934d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,9 +421,7 @@ project(":core") {
421421

422422
implementation("com.nfeld.jsonpathkt:jsonpathkt:2.0.1")
423423

424-
implementation("org.jetbrains:markdown:0.7.3") {
425-
excludeKotlinDeps()
426-
}
424+
implementation("org.jetbrains:markdown:0.6.1")
427425

428426
// chocolate factorys
429427
// follow: https://onnxruntime.ai/docs/get-started/with-java.html

0 commit comments

Comments
 (0)