From f2b00742ab23eb12ba52b21f37f57ed697dbe907 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:59:01 +0000 Subject: [PATCH] Update plugin org.jetbrains.dokka to v1.9.20 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 840b97f..caf051d 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -15,7 +15,7 @@ dependencyResolutionManagement { } versionCatalogs { - val kotlin = "1.6.21" + val kotlin = "1.9.20" val kotlinxCoroutines = "1.6.4" val junit5 = "5.9.1" val assertk = "0.25"