From 84ed70b7e30a623936b5920cf0de722783ad184f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 30 Nov 2020 15:11:51 +0100 Subject: [PATCH] Dependencies - upgrade `org.jetbrains.intellij` to `0.6.5` --- CHANGELOG.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8606f61..f89469c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ## [Unreleased] ### Changed - Upgrade Gradle Wrapper to `6.7.1` -- Dependencies - upgrade `org.jetbrains.intellij` to `0.6.4` +- Dependencies - upgrade `org.jetbrains.intellij` to `0.6.5` - Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.4.20` ## [0.7.0] diff --git a/build.gradle.kts b/build.gradle.kts index ee1c9a4..927bba3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { // Kotlin support id("org.jetbrains.kotlin.jvm") version "1.4.20" // gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin - id("org.jetbrains.intellij") version "0.6.4" + id("org.jetbrains.intellij") version "0.6.5" // gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin id("org.jetbrains.changelog") version "0.6.2" // detekt linter - read more: https://detekt.github.io/detekt/gradle.html