aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-31 17:04:14 +0700
committerGitHub <noreply@github.com>2022-05-31 17:04:14 +0700
commita647560b7532c717339fdc5b27dafb024e548b35 (patch)
treead93180240ee488efbc9a43cd8aed21c71dcd72a
parent34cb0d67177ff98bb67df1ff13a336e478a0b77c (diff)
downloadOneConfig-a647560b7532c717339fdc5b27dafb024e548b35.tar.gz
OneConfig-a647560b7532c717339fdc5b27dafb024e548b35.tar.bz2
OneConfig-a647560b7532c717339fdc5b27dafb024e548b35.zip
Bump kotlin-as-java-plugin from 1.6.20 to 1.6.21 (#27)
Bumps [kotlin-as-java-plugin](https://github.com/Kotlin/dokka) from 1.6.20 to 1.6.21. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.6.20...v1.6.21) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:kotlin-as-java-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 94c838f..65fe170 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -159,7 +159,7 @@ dependencies {
shade(lwjglJar.get().outputs.files)
shade(prebundle(shadeRelocated))
- dokkaHtmlPlugin("org.jetbrains.dokka:kotlin-as-java-plugin:1.6.20")
+ dokkaHtmlPlugin("org.jetbrains.dokka:kotlin-as-java-plugin:1.6.21")
}
tasks.processResources {