From 78d5aef4c956d2120c659fb46de1a324d7966575 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 15:14:59 +0000 Subject: [PATCH] chore(deps): update plugin org.jetbrains.dokka to v2 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 81afcc7..7815293 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.20" + id("org.jetbrains.dokka") version "2.1.0" } repositories {