Skip to content

Commit

Permalink
Update plugin org.jetbrains.dokka to v1.9.20 (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Mar 9, 2024
2 parents 644d4c1 + dbdc611 commit 4b96eec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jvm/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
// https://github.com/gradle-nexus/publish-plugin/releases
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0-rc-2' apply false
// https://plugins.gradle.org/plugin/org.jetbrains.dokka
id 'org.jetbrains.dokka' version '1.9.10' apply false
id 'org.jetbrains.dokka' version '1.9.20' apply false
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
id 'org.jetbrains.kotlin.jvm' version '1.9.22' apply false
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.plugin.serialization
Expand Down
2 changes: 1 addition & 1 deletion jvm/undertest-junit5-kotest/harness/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
// https://github.com/gradle-nexus/publish-plugin/releases
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0-rc-2' apply false
// https://plugins.gradle.org/plugin/org.jetbrains.dokka
id 'org.jetbrains.dokka' version '1.9.10' apply false
id 'org.jetbrains.dokka' version '1.9.20' apply false
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
id 'org.jetbrains.kotlin.jvm' version '1.9.22' apply false
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.plugin.serialization
Expand Down

0 comments on commit 4b96eec

Please sign in to comment.