From 8b9dee6d70aa6ef3c317ad70a9848ef9bb1c6fdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 07:21:14 +0000 Subject: [PATCH] Update plugin org.jetbrains.dokka to v1.8.10 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index bf2138f..575f342 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.5.31" + id("org.jetbrains.dokka") version "1.8.10" } repositories {