Skip to content

Commit f69a5a1

Browse files
Bump org.jetbrains.intellij.platform:intellij-platform-gradle-plugin (ChrisCarini/github-repo-files-sync#249)
Bumps org.jetbrains.intellij.platform:intellij-platform-gradle-plugin from 2.3.0 to 2.4.0. --- updated-dependencies: - dependency-name: org.jetbrains.intellij.platform:intellij-platform-gradle-plugin 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 1447b34 commit f69a5a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ repositories {
1010
}
1111

1212
dependencies {
13-
implementation("org.jetbrains.intellij.platform:intellij-platform-gradle-plugin:2.2.1")
13+
implementation("org.jetbrains.intellij.platform:intellij-platform-gradle-plugin:2.4.0")
1414
implementation("org.jetbrains.intellij.plugins:gradle-changelog-plugin:2.2.1")
15-
implementation("com.dorongold.plugins:task-tree:4.0.0") // provides `taskTree` task (e.g. `./gradlew build taskTree`; docs: https://github.com/dorongold/gradle-task-tree)
15+
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
}
1717

0 commit comments

Comments
 (0)