From cf56c146dece7682ab5f17de5a09fcb61d19f596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 14:19:30 +0000 Subject: [PATCH] build(deps): bump org.jetbrains.kotlinx.kover.aggregation Bumps [org.jetbrains.kotlinx.kover.aggregation](https://github.com/Kotlin/kotlinx-kover) from 0.9.3 to 0.9.4. - [Release notes](https://github.com/Kotlin/kotlinx-kover/releases) - [Changelog](https://github.com/Kotlin/kotlinx-kover/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-kover/compare/v0.9.3...v0.9.4) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx.kover.aggregation dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 429cfe0b..1a8c4c5d 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -20,7 +20,7 @@ dependencyResolutionManagement { } plugins { - id("org.jetbrains.kotlinx.kover.aggregation") version "0.9.3" + id("org.jetbrains.kotlinx.kover.aggregation") version "0.9.4" } rootProject.name = "ImprovTools"