Skip to content

Commit 5975ee8

Browse files
Bump org.jetbrains.intellij from 1.16.0 to 1.16.1
Bumps org.jetbrains.intellij from 1.16.0 to 1.16.1. --- updated-dependencies: - dependency-name: org.jetbrains.intellij dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d8e7dd5 commit 5975ee8

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 @@ fun properties(key: String) = project.findProperty(key).toString()
99
// Include the Gradle plugins which help building everything.
1010
// Supersedes the use of "buildscript" block and "apply plugin:"
1111
plugins {
12-
id("org.jetbrains.intellij") version "1.16.0"
12+
id("org.jetbrains.intellij") version "1.16.1"
1313
kotlin("jvm") version ("1.9.20")
1414
kotlin("plugin.serialization") version ("1.9.20")
1515

0 commit comments

Comments
 (0)