Skip to content

Commit

Permalink
build(deps): bump dokka from 1.9.20 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps `dokka` from 1.9.20 to 2.0.0.

Updates `org.jetbrains.dokka:dokka-gradle-plugin` from 1.9.20 to 2.0.0
- [Release notes](https://github.com/Kotlin/dokka/releases)
- [Commits](Kotlin/dokka@v1.9.20...v2.0.0)

Updates `org.jetbrains.dokka:dokka-base` from 1.9.20 to 2.0.0
- [Release notes](https://github.com/Kotlin/dokka/releases)
- [Commits](Kotlin/dokka@v1.9.20...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent b5962f8 commit 832f1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kotlin = "2.0.10"
kotlinx-coroutines = "1.8.1"
kotlinx-serialization = "1.7.1"
dokka = "1.9.20"
dokka = "2.0.0"
openjdk-jmh = "1.37"
ktor = "2.3.12"
log4j = "2.24.3"
Expand Down

0 comments on commit 832f1d7

Please sign in to comment.