Skip to content

Commit 7a6e20d

Browse files
Bump org.jetbrains.intellij from 1.12.0 to 1.13.0 (#639)
Bumps org.jetbrains.intellij from 1.12.0 to 1.13.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 6bbf0dd commit 7a6e20d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
kotlin("jvm") version "1.8.10"
1212
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
13-
id("org.jetbrains.intellij") version "1.12.0"
13+
id("org.jetbrains.intellij") version "1.13.0"
1414
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
1515
id("io.gitlab.arturbosch.detekt") version "1.22.0"
1616
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle

0 commit comments

Comments
 (0)