Skip to content

Commit 1df55e1

Browse files
build(deps): bump org.jetbrains.dokka from 1.8.10 to 1.8.20
Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 1.8.10 to 1.8.20. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/commits) --- updated-dependencies: - dependency-name: org.jetbrains.dokka dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4eec68a commit 1df55e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
alias(libs.plugins.ktlint) apply false
2020
alias(libs.plugins.spotless) apply false
2121
alias(libs.plugins.tasktree)
22-
id("org.jetbrains.dokka") version "1.8.10"
22+
id("org.jetbrains.dokka") version "1.8.20"
2323
}
2424

2525
repositories {

0 commit comments

Comments
 (0)