Skip to content

Commit 4908a33

Browse files
Bump org.jetbrains.dokka from 2.0.0 to 2.1.0
Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](Kotlin/dokka@v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent afd1a37 commit 4908a33

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
@@ -38,7 +38,7 @@ plugins {
3838
kotlin("kapt") version "2.2.0"
3939

4040
// Dokka
41-
id("org.jetbrains.dokka") version "2.0.0"
41+
id("org.jetbrains.dokka") version "2.1.0"
4242
id("com.dorongold.task-tree") version "4.0.1"
4343
}
4444

0 commit comments

Comments
 (0)