Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0079738

Browse files
authoredDec 4, 2023
chore(deps): bump org.jetbrains.kotlinx.kover from 0.7.4 to 0.7.5
Bumps [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) from 0.7.4 to 0.7.5. - [Release notes](https://github.com/Kotlin/kotlinx-kover/releases) - [Changelog](https://github.com/Kotlin/kotlinx-kover/blob/main/CHANGELOG.md) - [Commits](Kotlin/kotlinx-kover@0.7.4...v0.7.5) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx.kover dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5401a60 commit 0079738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
44

55
plugins {
66
kotlin("jvm") version "1.9.10"
7-
id("org.jetbrains.kotlinx.kover") version "0.7.4"
7+
id("org.jetbrains.kotlinx.kover") version "0.7.5"
88
kotlin("plugin.serialization") version "1.9.10"
99
`maven-publish`
1010
signing

0 commit comments

Comments
 (0)
Please sign in to comment.