Skip to content

Commit db82655

Browse files
committed
Upgrade to Dokka 1.9.20
Closes gh-32374
1 parent 646bd7f commit db82655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'io.freefair.aspectj' version '8.4' apply false
33
// kotlinVersion is managed in gradle.properties
44
id 'org.jetbrains.kotlin.plugin.serialization' version "${kotlinVersion}" apply false
5-
id 'org.jetbrains.dokka' version '1.8.20'
5+
id 'org.jetbrains.dokka' version '1.9.20'
66
id 'org.unbroken-dome.xjc' version '2.0.0' apply false
77
id 'com.github.ben-manes.versions' version '0.51.0'
88
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false

0 commit comments

Comments
 (0)