Skip to content

Commit 0772d50

Browse files
Bump org.jetbrains.dokka from 1.9.20 to 2.1.0
Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 1.9.20 to 2.1.0. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](Kotlin/dokka@v1.9.20...v2.1.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 97b60dd commit 0772d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ val junitVersion by extra { "5.8.1" }
33

44
plugins {
55
kotlin("jvm") version "2.2.21"
6-
id("org.jetbrains.dokka") version "1.9.20"
6+
id("org.jetbrains.dokka") version "2.1.0"
77
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
88
`java-library`
99
`maven-publish`

0 commit comments

Comments
 (0)