Dependencies - upgrade org.jetbrains.intellij to 1.8.1

This commit is contained in:
Jakub Chrzanowski 2022-08-25 08:26:29 +02:00
parent 8188176d42
commit 81f4eb18d2
No known key found for this signature in database
GPG Key ID: C39095BFD769862E
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,10 @@
# IntelliJ Platform Plugin Template Changelog
## [Unreleased]
### Changed
- Dependencies - upgrade `org.jetbrains.intellij` to `1.8.1`
## [1.2.0]
### Added
- Use JVM toolchain for configuring source/target compilation compatibility
- Make sure GitHub Actions release jobs have write permissions

View File

@ -8,7 +8,7 @@ plugins {
// Kotlin support
id("org.jetbrains.kotlin.jvm") version "1.7.10"
// Gradle IntelliJ Plugin
id("org.jetbrains.intellij") version "1.8.0"
id("org.jetbrains.intellij") version "1.8.1"
// Gradle Changelog Plugin
id("org.jetbrains.changelog") version "1.3.1"
// Gradle Qodana Plugin