From 4e09a3233b6a95e1f50f506d185dc091db694b24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 23:10:50 +0000 Subject: [PATCH] Update plugin org.jetbrains.dokka to v1.7.20 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ff60862..f787aa7 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.10" + id("org.jetbrains.dokka") version "1.7.20" } repositories {