Skip to content

Commit 10f6536

Browse files
Bump org.jetbrains.intellij.platform:intellij-platform-gradle-plugin (ChrisCarini/github-repo-files-sync#290)
Bumps [org.jetbrains.intellij.platform:intellij-platform-gradle-plugin](https://github.com/JetBrains/intellij-platform-gradle-plugin) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/JetBrains/intellij-platform-gradle-plugin/releases) - [Commits](JetBrains/intellij-platform-gradle-plugin@2.8.0...2.9.0) --- updated-dependencies: - dependency-name: org.jetbrains.intellij.platform:intellij-platform-gradle-plugin dependency-version: 2.9.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 66f1017 commit 10f6536

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.8.0")
13+
implementation("org.jetbrains.intellij.platform:intellij-platform-gradle-plugin:2.9.0")
1414
implementation("org.jetbrains.intellij.plugins:gradle-changelog-plugin:2.4.0")
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)