From 2a728a7461cc933739e1c8c4ff40cf39db4688e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:16:59 +0800 Subject: [PATCH] Bump org.jetbrains.qodana from 2024.2.5 to 2024.2.6 (#77) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 e6774eb..b9d9462 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ changelog = "2.2.1" intelliJPlatform = "2.1.0" kotlin = "1.9.25" kover = "0.8.3" -qodana = "2024.2.5" +qodana = "2024.2.6" [libraries] junit = { group = "junit", name = "junit", version.ref = "junit" }