Dependencies - upgrade org.jetbrains.qodana to 2024.3.2

This commit is contained in:
Jakub Chrzanowski 2024-12-15 11:12:27 +01:00
parent 4069e3114d
commit 9319bfe85f
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
- Update `platformVersion` to `2024.1.7`
- Change since/until build to `241-243.*` (2024.1-2024.3.*)
- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.2.1`
- Dependencies - upgrade `org.jetbrains.qodana` to `2024.2.6`
- Dependencies - upgrade `org.jetbrains.qodana` to `2024.3.2`
- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.9.0`
- Dependencies (GitHub Actions) - upgrade `gradle/actions/wrapper-validation` to `v4`
- Dependencies (GitHub Actions) - upgrade `codecov/codecov-action` to `v5`

View File

@ -7,7 +7,7 @@ changelog = "2.2.1"
intelliJPlatform = "2.2.1"
kotlin = "1.9.25"
kover = "0.9.0"
qodana = "2024.2.6"
qodana = "2024.3.2"
[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }