mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Dependencies - upgrade org.jetbrains.kotlinx.kover
to 0.7.6
This commit is contained in:
parent
2504c560d8
commit
b7f5f2afcd
@ -7,6 +7,7 @@
|
||||
### Changed
|
||||
|
||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.9.23`
|
||||
- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.7.6`
|
||||
- Gradle - upgrade `org.gradle.toolchains.foojay-resolver-convention` to `0.8.0`
|
||||
- Gradle - cleanup the `jvmToolchain` setup
|
||||
|
||||
|
@ -7,7 +7,7 @@ kotlin = "1.9.23"
|
||||
changelog = "2.2.0"
|
||||
gradleIntelliJPlugin = "1.17.2"
|
||||
qodana = "0.1.13"
|
||||
kover = "0.7.5"
|
||||
kover = "0.7.6"
|
||||
|
||||
[libraries]
|
||||
annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" }
|
||||
|
Loading…
Reference in New Issue
Block a user