Dependencies - upgrade Kotlin to 2.3.20, Kover to 0.9.7, Qodana to 2025.3.2, and platformVersion to 2025.2.6.1.

This commit is contained in:
Jakub Chrzanowski
2026-03-20 15:43:36 +01:00
parent 6ca3688f3b
commit e26e5ee1d0
3 changed files with 8 additions and 7 deletions

View File

@@ -6,9 +6,9 @@ opentest4j = "1.3.0"
# plugins
changelog = "2.5.0"
intelliJPlatform = "2.13.1"
kotlin = "2.3.0"
kover = "0.9.5"
qodana = "2025.3.1"
kotlin = "2.3.20"
kover = "0.9.7"
qodana = "2025.3.2"
[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }