From fceb1ba198d49ed90ad3e13442ec04fe5b203dfd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 21 Dec 2021 01:23:25 +0000 Subject: [PATCH] Update plugin org.jetbrains.dokka to v1.6.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6c48d4e..7435f87 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ plugins { // Apply the application plugin to add support for building a jar java // Dokka documentation w/ kotlin - id("org.jetbrains.dokka") version "1.5.0" + id("org.jetbrains.dokka") version "1.6.0" } repositories {