From dbe7be601df4fd10e0f72d4bad02622091e3302d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 00:27:17 +0000 Subject: [PATCH] Update plugin org.jetbrains.dokka to v1.9.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 60fcd5e..8a15280 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,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.0" + id("org.jetbrains.dokka") version "1.9.0" } repositories {