Skip to content

Commit d2a9797

Browse files
Bump org.jetbrains.intellij from 1.15.0 to 1.16.0 (#134)
Bumps org.jetbrains.intellij from 1.15.0 to 1.16.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>
1 parent 95559f5 commit d2a9797

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
@@ -22,7 +22,7 @@ println("pluginVersion=$version")
2222

2323
plugins {
2424
kotlin("jvm") version "1.9.0"
25-
id("org.jetbrains.intellij") version "1.15.0"
25+
id("org.jetbrains.intellij") version "1.16.0"
2626
id("org.jetbrains.grammarkit") version "2022.3.1"
2727
}
2828

0 commit comments

Comments
 (0)