Skip to content

Commit

Permalink
Bump org.jetbrains.dokka:dokka-gradle-plugin from 1.8.20 to 1.9.20
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.dokka:dokka-gradle-plugin](https://github.com/Kotlin/dokka) from 1.8.20 to 1.9.20.
- [Release notes](https://github.com/Kotlin/dokka/releases)
- [Commits](Kotlin/dokka@v1.8.20...v1.9.20)

---
updated-dependencies:
- dependency-name: org.jetbrains.dokka:dokka-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and skalarproduktraum committed Apr 23, 2024
1 parent c4f9319 commit fd5d9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
}

dependencies {
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.8.20")
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.9.20")
implementation("de.undercouch:gradle-download-task:5.6.0")

}

0 comments on commit fd5d9f7

Please sign in to comment.