Dependencies - upgrade org.jetbrains.intellij to 0.6.2

This commit is contained in:
Jakub Chrzanowski
2020-11-05 14:35:19 +01:00
parent e2c8a1f847
commit 18a1a39277
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
## [Unreleased]
### Changed
- Use [Kotlin extension function](https://jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_services.html?search=servic#retrieving-a-service) to retrieve the `MyProjectService` in the `MyProjectManagerListener`
- Dependencies - upgrade `org.jetbrains.intellij` to `0.6.2`
## [0.6.0]
### Added