From 6e58ddbce06c1c60fd27cbaa3d1ff6a7527e0b86 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 20 Jan 2022 00:23:14 +0000 Subject: [PATCH] Update plugin org.jetbrains.dokka to v1.6.10 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ea2ea23..e3a402b 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.6.0" + id("org.jetbrains.dokka") version "1.6.10" } repositories {