Skip to content

Commit

Permalink
chore: dokka のバージョンを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
sya-ri committed Apr 22, 2022
1 parent b8eb569 commit 56b85a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import java.net.URL
plugins {
`maven-publish`
signing
id("org.jetbrains.dokka") version "1.6.10"
id("org.jetbrains.dokka") version "1.6.20"
}

subprojects {
Expand Down Expand Up @@ -199,7 +199,7 @@ val dokkaHtmlMultiModule by tasks.getting(DokkaMultiModuleTask::class) {
val version = rootProject.version.toString()
outputDirectory.set(file(dokkaDir.resolve(version)))
dependencies {
dokkaPlugin("org.jetbrains.dokka:versioning-plugin:1.6.10")
dokkaPlugin("org.jetbrains.dokka:versioning-plugin:1.6.20")
}
pluginsMapConfiguration.set(
mapOf(
Expand Down

0 comments on commit 56b85a4

Please sign in to comment.