Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 76eebe7

Browse files
authoredJul 11, 2022
chore: bump org.jetbrains.intellij from 1.6.0 to 1.7.0
Bumps org.jetbrains.intellij from 1.6.0 to 1.7.0. --- updated-dependencies: - dependency-name: org.jetbrains.intellij dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 35a1ea3 commit 76eebe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
// Kotlin support
1010
id("org.jetbrains.kotlin.jvm") version "1.6.10"
1111
// Gradle IntelliJ Plugin
12-
id("org.jetbrains.intellij") version "1.6.0"
12+
id("org.jetbrains.intellij") version "1.7.0"
1313
// Gradle Changelog Plugin
1414
id("org.jetbrains.changelog") version "1.3.1"
1515
// Gradle Qodana Plugin

0 commit comments

Comments
 (0)
Failed to load comments.