Dependencies - upgrade org.jetbrains.qodana to 2024.2.6

This commit is contained in:
Jakub Chrzanowski 2024-12-02 08:32:16 +01:00 committed by Jakub Chrzanowski
parent 02dad2d7d7
commit 413f9b8031
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
- Upgrade Gradle Wrapper to `8.11.1` - Upgrade Gradle Wrapper to `8.11.1`
- Update `platformVersion` to `2024.1.7` - Update `platformVersion` to `2024.1.7`
- Change since/until build to `241-243.*` (2024.1-2024.3.*) - Change since/until build to `241-243.*` (2024.1-2024.3.*)
- Dependencies - upgrade `org.jetbrains.qodana` to `2024.2.6`
- Dependencies (GitHub Actions) - upgrade `gradle/actions/wrapper-validation` to `v4` - Dependencies (GitHub Actions) - upgrade `gradle/actions/wrapper-validation` to `v4`
## [2.0.2] - 2024-10-07 ## [2.0.2] - 2024-10-07

View File

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