From 70e1daf90af73cbd1712467adc11f4095382e365 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 11:07:41 +0000 Subject: [PATCH] docs(deps): update plugin dokka to v1.9.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6ba61d1..d95b42c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,6 +23,6 @@ archunit = { module = "com.tngtech.archunit:archunit-junit5", version = "1.1.0" kotlin-testing = ["archunit", "kotest-junit5", "kotest-assertions-core", "kotest-assertions-core-jvm"] [plugins] -dokka = { id ="org.jetbrains.dokka", version = "1.8.20" } +dokka = { id ="org.jetbrains.dokka", version = "1.9.0" } kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } kotlin-qa = { id = "org.danilopianini.gradle-kotlin-qa", version = "0.49.0" } \ No newline at end of file