Browse Source

Dependencies - upgrade `org.jetbrains.qodana` to `2025.2.2`

changelog-update-2.4.0
Jakub Chrzanowski 3 weeks ago
parent
commit
00e77303eb
No known key found for this signature in database
GPG Key ID: 56E9E73CB8E7486B
  1. 2
      CHANGELOG.md
  2. 2
      gradle/libs.versions.toml

2
CHANGELOG.md

@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
- Change since build to `251` (2025.1)
- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.10.4`
- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.9.3`
- Dependencies - upgrade `org.jetbrains.qodana` to `2025.2.1`
- Dependencies - upgrade `org.jetbrains.qodana` to `2025.2.2`
- Dependencies (GitHub Actions) - upgrade `actions/checkout` to `v5`
- Dependencies (GitHub Actions) - upgrade `actions/setup-java` to `v5`
- Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `v5`

2
gradle/libs.versions.toml

@ -8,7 +8,7 @@ changelog = "2.4.0" @@ -8,7 +8,7 @@ changelog = "2.4.0"
intelliJPlatform = "2.10.4"
kotlin = "2.2.0"
kover = "0.9.3"
qodana = "2025.2.1"
qodana = "2025.2.2"
[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }

Loading…
Cancel
Save