From a3dd9d411407cbbe2d5d41e02bb29b5f931f420c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 10:31:55 +0800 Subject: [PATCH] build(deps): bump org.jetbrains.kotlinx.kover from 0.6.1 to 0.7.0 (#57) Bumps [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) from 0.6.1 to 0.7.0. - [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.6.1...v0.7.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx.kover dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f32e048..ae01fe1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ plugins { kotlin("jvm") version "1.8.21" apply false - id("org.jetbrains.kotlinx.kover") version "0.6.1" apply false + id("org.jetbrains.kotlinx.kover") version "0.7.0" apply false id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.1" apply false }