Skip to content

Commit c85870b

Browse files
Bump org.jetbrains.intellij from 0.7.3 to 1.1.4 (#21)
Bumps org.jetbrains.intellij from 0.7.3 to 1.1.4. --- updated-dependencies: - dependency-name: org.jetbrains.intellij dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 04a196a commit c85870b

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
@@ -11,7 +11,7 @@ plugins {
1111
// Kotlin support
1212
id("org.jetbrains.kotlin.jvm") version "1.5.21"
1313
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
14-
id("org.jetbrains.intellij") version "0.7.3"
14+
id("org.jetbrains.intellij") version "1.1.4"
1515
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
1616
id("org.jetbrains.changelog") version "1.1.2"
1717
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html

0 commit comments

Comments
 (0)