diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-02 18:06:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-02 18:06:14 +0200 |
commit | 3484f6ee73ec6ff7e885567aadd0fa44f573fa6e (patch) | |
tree | 43c684d618a00ca698cf4bf0458cd338cc906452 | |
parent | f9ac1000d75878a3a46b0979af2bd502f59de778 (diff) | |
download | dokka-3484f6ee73ec6ff7e885567aadd0fa44f573fa6e.tar.gz dokka-3484f6ee73ec6ff7e885567aadd0fa44f573fa6e.tar.bz2 dokka-3484f6ee73ec6ff7e885567aadd0fa44f573fa6e.zip |
Bump markdown from 0.2.0 to 0.2.1 (#1806)
Bumps [markdown](https://github.com/JetBrains/markdown) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/JetBrains/markdown/releases)
- [Commits](https://github.com/JetBrains/markdown/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | core/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/build.gradle.kts b/core/build.gradle.kts index e64224de..138c77a7 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } dependencies { - api("org.jetbrains:markdown:0.2.0") + api("org.jetbrains:markdown:0.2.1") implementation(kotlin("reflect")) implementation("org.jsoup:jsoup:1.12.1") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.11.1") |