Skip to content

Commit

Permalink
Upgrade dokka
Browse files Browse the repository at this point in the history
  • Loading branch information
a2xchip committed Mar 12, 2024
1 parent 21e2480 commit c0fcc05
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 @@ -22,7 +22,7 @@ plugins {
kotlin("plugin.serialization").version("1.9.20")

id("org.jlleitschuh.gradle.ktlint").version("12.0.3")
id("org.jetbrains.dokka") version "1.9.10"
id("org.jetbrains.dokka") version "1.9.20"
id("net.thebugmc.gradle.sonatype-central-portal-publisher") version "1.2.3"

`maven-publish`
Expand Down Expand Up @@ -78,7 +78,7 @@ sourceSets.test {

buildscript {
dependencies {
classpath("org.jetbrains.dokka:dokka-base:1.9.10")
classpath("org.jetbrains.dokka:dokka-base:1.9.20")
classpath("org.jetbrains.dokka:versioning-plugin:1.9.20")
}
}
Expand Down

0 comments on commit c0fcc05

Please sign in to comment.