Skip to content

Commit a819066

Browse files
Bump org.jetbrains.dokka:dokka-gradle-plugin from 1.9.20 to 2.0.0
Bumps [org.jetbrains.dokka:dokka-gradle-plugin](https://github.com/Kotlin/dokka) from 1.9.20 to 2.0.0. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](Kotlin/dokka@v1.9.20...v2.0.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9254139 commit a819066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version '1.0-SNAPSHOT'
22

33
buildscript {
44
ext.kotlin_version = '2.1.0'
5-
ext.dokka_version = '1.9.20'
5+
ext.dokka_version = '2.0.0'
66
ext.bnd_version = '6.4.0'
77
ext.license_version = '0.16.1'
88
ext.vanniktech_version = '0.30.0'

0 commit comments

Comments
 (0)