Dependencies - upgrade org.jetbrains.qodana to 2025.1.1

This commit is contained in:
Jakub Chrzanowski 2025-05-13 10:19:27 +02:00
parent 1d711b2c4e
commit 6efff55514
No known key found for this signature in database
GPG Key ID: 56E9E73CB8E7486B
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@
- Upgrade Gradle Wrapper to `8.14`
- Update `platformVersion` to `2024.2.6`
- Dependencies - upgrade `org.jetbrains.qodana` to `2025.1.1`
## [2.1.0] - 2025-03-28

View File

@ -8,7 +8,7 @@ changelog = "2.2.1"
intelliJPlatform = "2.5.0"
kotlin = "2.1.20"
kover = "0.9.1"
qodana = "2024.3.4"
qodana = "2025.1.1"
[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }