Skip to content

Commit

Permalink
chore(deps): bump org.jetbrains.dokka from 1.8.20 to 1.9.0
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 1.8.20 to 1.9.0.
- [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-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2023
1 parent 69f746f commit 89b38da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
embeddedKotlin("jvm")
embeddedKotlin("plugin.serialization")
id("org.jetbrains.dokka") version "1.8.20"
id("org.jetbrains.dokka") version "1.9.0"
id("com.google.devtools.ksp") version "1.9.0-1.0.13"
id("io.gitlab.arturbosch.detekt") version "1.23.1"
`java-library`
Expand Down

0 comments on commit 89b38da

Please sign in to comment.