mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Dependencies - upgrade org.jetbrains.qodana
to 2024.2.3
This commit is contained in:
parent
a6e03ed279
commit
f74907a7ba
@ -9,6 +9,7 @@
|
|||||||
- Upgrade Gradle Wrapper to `8.10.2`
|
- Upgrade Gradle Wrapper to `8.10.2`
|
||||||
- Update `platformVersion` to `2023.3.8`
|
- Update `platformVersion` to `2023.3.8`
|
||||||
- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.1.0`
|
- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.1.0`
|
||||||
|
- Dependencies - upgrade `org.jetbrains.qodana` to `2024.2.3`
|
||||||
- Dependencies (GitHub Actions) - upgrade `gradle/actions/setup-gradle` to `v4`
|
- Dependencies (GitHub Actions) - upgrade `gradle/actions/setup-gradle` to `v4`
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -7,7 +7,7 @@ changelog = "2.2.1"
|
|||||||
intelliJPlatform = "2.1.0"
|
intelliJPlatform = "2.1.0"
|
||||||
kotlin = "1.9.25"
|
kotlin = "1.9.25"
|
||||||
kover = "0.8.3"
|
kover = "0.8.3"
|
||||||
qodana = "2024.1.9"
|
qodana = "2024.2.3"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
||||||
|
Loading…
Reference in New Issue
Block a user