Skip to content

Commit 5ce67c2

Browse files
Merge pull request #48 from yusufugurozbek/dependabot/gradle/org.jetbrains.intellij-1.2.1
Bump org.jetbrains.intellij from 1.2.0 to 1.2.1
2 parents 60538d4 + 3ca7137 commit 5ce67c2

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)