From da9e175a55004e7905d8a18fb7e3a942850d1ef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Apr 2021 06:40:45 +0000 Subject: [PATCH] Bump org.jetbrains.intellij from 0.7.2 to 0.7.3 Bumps org.jetbrains.intellij from 0.7.2 to 0.7.3. Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ff7f607..75c1b7a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { // Kotlin support id("org.jetbrains.kotlin.jvm") version "1.4.32" // gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin - id("org.jetbrains.intellij") version "0.7.2" + id("org.jetbrains.intellij") version "0.7.3" // gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin id("org.jetbrains.changelog") version "1.1.2" // detekt linter - read more: https://detekt.github.io/detekt/gradle.html