update plugin dependencies
This commit is contained in:
parent
6c5f06f461
commit
3e9c6c84bb
@ -6,6 +6,9 @@
|
|||||||
### Fixed
|
### Fixed
|
||||||
- NullPointerException on key completion
|
- NullPointerException on key completion
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Updated plugin dependencies
|
||||||
|
|
||||||
## [1.6.0]
|
## [1.6.0]
|
||||||
### Added
|
### Added
|
||||||
- The search function now supports full-text-search
|
- The search function now supports full-text-search
|
||||||
|
@ -7,9 +7,9 @@ plugins {
|
|||||||
// Java support
|
// Java support
|
||||||
id("java")
|
id("java")
|
||||||
// Kotlin support
|
// Kotlin support
|
||||||
id("org.jetbrains.kotlin.jvm") version "1.5.31"
|
id("org.jetbrains.kotlin.jvm") version "1.6.0"
|
||||||
// Gradle IntelliJ Plugin
|
// Gradle IntelliJ Plugin
|
||||||
id("org.jetbrains.intellij") version "1.2.1"
|
id("org.jetbrains.intellij") version "1.3.0"
|
||||||
// Gradle Changelog Plugin
|
// Gradle Changelog Plugin
|
||||||
id("org.jetbrains.changelog") version "1.3.1"
|
id("org.jetbrains.changelog") version "1.3.1"
|
||||||
// Gradle Qodana Plugin
|
// Gradle Qodana Plugin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user