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 0.6.3
This commit is contained in:
parent
21cf529057
commit
165128a9da
10
CHANGELOG.md
10
CHANGELOG.md
@ -3,17 +3,9 @@
|
|||||||
# IntelliJ Platform Plugin Template Changelog
|
# IntelliJ Platform Plugin Template Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Added
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
- Dependencies - upgrade `org.jetbrains.intellij` to `0.6.3`
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
|
|
||||||
### Removed
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
### Security
|
|
||||||
## [0.6.1]
|
## [0.6.1]
|
||||||
### Added
|
### Added
|
||||||
- GitHub Actions - use hash based on `pluginVerifierIdeVersions` in `Setup Plugin Verifier IDEs Cache` step
|
- GitHub Actions - use hash based on `pluginVerifierIdeVersions` in `Setup Plugin Verifier IDEs Cache` step
|
||||||
|
@ -9,7 +9,7 @@ plugins {
|
|||||||
// Kotlin support
|
// Kotlin support
|
||||||
id("org.jetbrains.kotlin.jvm") version "1.4.10"
|
id("org.jetbrains.kotlin.jvm") version "1.4.10"
|
||||||
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
|
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
|
||||||
id("org.jetbrains.intellij") version "0.6.2"
|
id("org.jetbrains.intellij") version "0.6.3"
|
||||||
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
|
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
|
||||||
id("org.jetbrains.changelog") version "0.6.2"
|
id("org.jetbrains.changelog") version "0.6.2"
|
||||||
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
|
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
|
||||||
|
Loading…
Reference in New Issue
Block a user