Dependencies - upgrade org.jetbrains.qodana to 2023.3.2

This commit is contained in:
Jakub Chrzanowski 2024-04-15 09:40:00 +02:00
parent f83b2a7dd4
commit 8c641e4966
No known key found for this signature in database
GPG Key ID: C39095BFD769862E
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.9.23`
- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.7.6`
- Dependencies - upgrade `org.jetbrains.qodana` to `2023.3.1`
- Dependencies - upgrade `org.jetbrains.qodana` to `2023.3.2`
- Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `4`
- Dependencies (GitHub Actions) - upgrade `codecov/codecov-action` to `4`
- Dependencies (GitHub Actions) - upgrade `gradle/wrapper-validation-action` to `2`

View File

@ -6,8 +6,8 @@ exampleLibrary = "24.1.0"
kotlin = "2.0.0"
changelog = "2.2.0"
intelliJPlatform = "2.0.0-SNAPSHOT"
qodana = "2024.1.5"
kover = "0.8.0"
qodana = "2024.1.5"
[libraries]
exampleLibrary = { group = "com.example", name = "exampleLibrary", version.ref = "exampleLibrary" }