mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Bump org.jetbrains.kotlinx.kover from 0.6.0 to 0.6.1
Bumps [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) from 0.6.0 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.6.0...v0.6.1) --- 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>
This commit is contained in:
parent
df187fd6c7
commit
ec664e2aaa
@ -14,7 +14,7 @@ plugins {
|
|||||||
// Gradle Qodana Plugin
|
// Gradle Qodana Plugin
|
||||||
id("org.jetbrains.qodana") version "0.1.13"
|
id("org.jetbrains.qodana") version "0.1.13"
|
||||||
// Gradle Kover Plugin
|
// Gradle Kover Plugin
|
||||||
id("org.jetbrains.kotlinx.kover") version "0.6.0"
|
id("org.jetbrains.kotlinx.kover") version "0.6.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
group = properties("pluginGroup")
|
group = properties("pluginGroup")
|
||||||
|
Loading…
Reference in New Issue
Block a user