mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Dependencies - upgrade org.jetbrains.intellij
to 1.13.1
This commit is contained in:
parent
6852040e04
commit
78aa8b4db4
@ -13,7 +13,7 @@
|
||||
- Template Cleanup: remove default `pluginIcon.svg` icon
|
||||
- Upgrade Gradle Wrapper to `8.0.1`
|
||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.8.10`
|
||||
- Dependencies - upgrade `org.jetbrains.intellij` to `1.13.0`
|
||||
- Dependencies - upgrade `org.jetbrains.intellij` to `1.13.1`
|
||||
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2022.3.4`
|
||||
- Dependencies (GitHub Actions) - upgrade `gradle/wrapper-validation-action` to `v1.0.6`
|
||||
|
||||
|
@ -10,7 +10,7 @@ plugins {
|
||||
// Kotlin support
|
||||
id("org.jetbrains.kotlin.jvm") version "1.8.10"
|
||||
// Gradle IntelliJ Plugin
|
||||
id("org.jetbrains.intellij") version "1.13.0"
|
||||
id("org.jetbrains.intellij") version "1.13.1"
|
||||
// Gradle Changelog Plugin
|
||||
id("org.jetbrains.changelog") version "2.0.0"
|
||||
// Gradle Qodana Plugin
|
||||
|
Loading…
Reference in New Issue
Block a user