Dependencies - upgrade org.jetbrains.qodana to 2024.3.4

This commit is contained in:
Jakub Chrzanowski 2025-03-11 10:52:11 +01:00
parent 3a5fce30c5
commit b30863ca52
2 changed files with 2 additions and 2 deletions

View File

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

View File

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