mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-02-10 01:49:23 +00:00
Dependencies - upgrade org.jetbrains.qodana to 2025.3.1
This commit is contained in:
parent
3dee025bce
commit
fee3121230
@ -9,6 +9,7 @@
|
||||
- Upgrade Gradle Wrapper to `9.3.1`
|
||||
- Set empty `versionPrefix` for changelog in Gradle build file.
|
||||
- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.11.0`
|
||||
- Dependencies - upgrade `org.jetbrains.qodana` to `2025.3.1`
|
||||
- Dependencies (GitHub Actions) - upgrade `actions/checkout` to `v6`
|
||||
- Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `v6`
|
||||
- GitHub Actions: Setup Java and Gradle actions for the `releaseDraft` build step
|
||||
|
||||
@ -8,7 +8,7 @@ changelog = "2.5.0"
|
||||
intelliJPlatform = "2.11.0"
|
||||
kotlin = "2.2.21"
|
||||
kover = "0.9.3"
|
||||
qodana = "2025.2.2"
|
||||
qodana = "2025.3.1"
|
||||
|
||||
[libraries]
|
||||
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user