Skip to content

Commit 0b7076a

Browse files
Bump org.jetbrains.intellij.platform:intellij-platform-gradle-plugin (ChrisCarini/github-repo-files-sync#272)
Bumps org.jetbrains.intellij.platform:intellij-platform-gradle-plugin from 2.6.0 to 2.7.0. --- updated-dependencies: - dependency-name: org.jetbrains.intellij.platform:intellij-platform-gradle-plugin dependency-version: 2.7.0 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 15d7c46 commit 0b7076a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
dependencies {
13-
implementation("org.jetbrains.intellij.platform:intellij-platform-gradle-plugin:2.6.0")
13+
implementation("org.jetbrains.intellij.platform:intellij-platform-gradle-plugin:2.7.0")
1414
implementation("org.jetbrains.intellij.plugins:gradle-changelog-plugin:2.2.1")
1515
implementation("com.dorongold.plugins:task-tree:4.0.1") // provides `taskTree` task (e.g. `./gradlew build taskTree`; docs: https://github.com/dorongold/gradle-task-tree)
1616
}

0 commit comments

Comments
 (0)