Skip to content

Commit 3ca7137

Browse files
Bump org.jetbrains.intellij from 1.2.0 to 1.2.1
Bumps org.jetbrains.intellij from 1.2.0 to 1.2.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 60538d4 commit 3ca7137

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
@@ -10,7 +10,7 @@ plugins {
1010
// Kotlin support
1111
id("org.jetbrains.kotlin.jvm") version "1.5.31"
1212
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
13-
id("org.jetbrains.intellij") version "1.2.0"
13+
id("org.jetbrains.intellij") version "1.2.1"
1414
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
1515
id("org.jetbrains.changelog") version "1.3.1"
1616
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html

0 commit comments

Comments
 (0)