From 4932726ed02de11387a36e533aeacd1ff32f9cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 13:39:55 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx.kover from 0.5.1 to 0.6.1 Bumps [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) from 0.5.1 to 0.6.1. - [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.5.1...v0.6.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx.kover dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f9183d3..9a39231 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'org.jetbrains.kotlin.jvm' version '1.7.0' id 'org.jetbrains.kotlin.plugin.serialization' version '1.6.21' - id 'org.jetbrains.kotlinx.kover' version '0.5.1' + id 'org.jetbrains.kotlinx.kover' version '0.6.1' id "org.jlleitschuh.gradle.ktlint" version "11.0.0" id "io.gitlab.arturbosch.detekt" version "1.20.0" }