From a647560b7532c717339fdc5b27dafb024e548b35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 17:04:14 +0700 Subject: 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle.kts') 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 { -- cgit From 52eeeb8e47ca0e31d6f74a263edd2dcc9c543ee3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 17:04:24 +0700 Subject: Bump org.jetbrains.dokka from 1.6.20 to 1.6.21 (#26) Bumps org.jetbrains.dokka from 1.6.20 to 1.6.21. --- updated-dependencies: - dependency-name: org.jetbrains.dokka dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle.kts') diff --git a/build.gradle.kts b/build.gradle.kts index 65fe170..294f7db 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ plugins { id("com.github.johnrengelman.shadow") id("net.kyori.blossom") version "1.3.0" id("io.github.juuxel.loom-quiltflower-mini") - id("org.jetbrains.dokka") version "1.6.20" + id("org.jetbrains.dokka") version "1.6.21" id("maven-publish") id("signing") java -- cgit