Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and a2xchip committed Mar 11, 2024
1 parent 8a67576 commit 21e2480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation("org.jetbrains.kotlin:kotlin-test")
testImplementation("io.ktor:ktor-client-mock:$ktorVersion")
dokkaHtmlPlugin("org.jetbrains.dokka:versioning-plugin:1.9.10")
dokkaHtmlPlugin("org.jetbrains.dokka:versioning-plugin:1.9.20")

implementation("io.ktor:ktor-client-core:$ktorVersion")
implementation("io.ktor:ktor-client-cio:$ktorVersion")
Expand Down Expand Up @@ -79,7 +79,7 @@ sourceSets.test {
buildscript {
dependencies {
classpath("org.jetbrains.dokka:dokka-base:1.9.10")
classpath("org.jetbrains.dokka:versioning-plugin:1.9.10")
classpath("org.jetbrains.dokka:versioning-plugin:1.9.20")
}
}

Expand Down

0 comments on commit 21e2480

Please sign in to comment.