Dependencies - upgrade org.jetbrains.qodana to 2024.1.9

This commit is contained in:
Jakub Chrzanowski 2024-08-09 14:43:32 +02:00 committed by Jakub Chrzanowski
parent 777fd2ad9c
commit 1ad329de91
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@
- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.0.1`
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.9.25`
- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.8.3`
- Dependencies - upgrade `org.jetbrains.qodana` to `2024.1.9`
## [2.0.0] - 2024-07-30

View File

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