Update pluginVerifierIdeVersions in the gradle.properties files

This commit is contained in:
Jakub Chrzanowski
2020-11-05 14:42:39 +01:00
parent 18a1a39277
commit f04885727a
3 changed files with 5 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
### 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`
- Update `pluginVerifierIdeVersions` in the `gradle.properties` files
## [0.6.0]
### Added