Skip to content

Commit

Permalink
Merge pull request #134 from orangain/dependabot/gradle/org.jetbrains…
Browse files Browse the repository at this point in the history
….dokka-2.0.0

Bump org.jetbrains.dokka from 1.9.20 to 2.0.0
  • Loading branch information
orangain authored Feb 23, 2025
2 parents 7a6433f + 234c1bf commit 08421c8
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 @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
kotlin("multiplatform") version "2.1.10" // Kotlin plugin is required for Dokka to work properly.
id("com.palantir.git-version") version "3.1.0"
id("org.jetbrains.dokka") version "1.9.20"
id("org.jetbrains.dokka") version "2.0.0"
}

val gitVersion: groovy.lang.Closure<String> by extra
Expand Down

0 comments on commit 08421c8

Please sign in to comment.