Skip to content

Commit bf38789

Browse files
Bump org.jetbrains.dokka from 1.5.30 to 1.5.31 (#94)
Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](Kotlin/dokka@v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f2a084f commit bf38789

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloudkitclient-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
kotlin("multiplatform")
33
kotlin("plugin.serialization")
4-
id("org.jetbrains.dokka") version "1.5.30"
4+
id("org.jetbrains.dokka") version "1.5.31"
55
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.7.1"
66
}
77

cloudkitclient-testing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
kotlin("multiplatform")
33
kotlin("plugin.serialization")
4-
id("org.jetbrains.dokka") version "1.5.30"
4+
id("org.jetbrains.dokka") version "1.5.31"
55
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.7.1"
66
}
77

0 commit comments

Comments
 (0)