From b4f4edd751ff183c97e6d8b50267141556d7c831 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:56:52 +0000 Subject: [PATCH] Update plugin org.jetbrains.dokka to v1.9.20 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3411ea35..cfefce67 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { // Apply the application plugin to add support for building a jar java // Dokka documentation w/ kotlin - id("org.jetbrains.dokka") version "1.7.20" + id("org.jetbrains.dokka") version "1.9.20" }