mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-22 11:54:40 +00:00
Dependencies - upgrade org.jetbrains.intellij.platform to 2.16.0
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
|
||||
- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.16.0`
|
||||
|
||||
### Removed
|
||||
|
||||
- Remove changelog configuration from `build.gradle.kts` as it is preconfigured now in the IntelliJ Platform Gradle Plugin
|
||||
|
||||
@@ -11,7 +11,7 @@ pluginManagement {
|
||||
|
||||
plugins {
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
|
||||
id("org.jetbrains.intellij.platform.settings") version "2.14.0"
|
||||
id("org.jetbrains.intellij.platform.settings") version "2.16.0"
|
||||
}
|
||||
|
||||
@Suppress("UnstableApiUsage")
|
||||
|
||||
Reference in New Issue
Block a user