Skip to content

Commit 65fc586

Browse files
Bump org.jetbrains.intellij from 1.4.0 to 1.5.0 (#694)
Bumps org.jetbrains.intellij from 1.4.0 to 1.5.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brandon Fergerson <bfergerson@apache.org>
1 parent caf4dbe commit 65fc586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import java.net.URL
44
plugins {
55
id("java")
66
id("org.jetbrains.kotlin.jvm")
7-
id("org.jetbrains.intellij") version "1.4.0"
7+
id("org.jetbrains.intellij") version "1.5.0"
88
id("org.jetbrains.changelog") version "1.3.1"
99
id("maven-publish")
1010
}

0 commit comments

Comments
 (0)