Skip to content

Commit

Permalink
Bump org.jetbrains.intellij.platform:intellij-platform-gradle-plugin (C…
Browse files Browse the repository at this point in the history
…hrisCarini/github-repo-files-sync#213)

Bumps org.jetbrains.intellij.platform:intellij-platform-gradle-plugin from 2.0.1 to 2.1.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>
  • Loading branch information
ChrisCarini and dependabot[bot] committed Sep 26, 2024
1 parent b5d4180 commit de5d60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
implementation("org.jetbrains.intellij.platform:intellij-platform-gradle-plugin:2.0.1")
implementation("org.jetbrains.intellij.platform:intellij-platform-gradle-plugin:2.1.0")
implementation("org.jetbrains.intellij.plugins:gradle-changelog-plugin:2.2.1")
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)
}
Expand Down

0 comments on commit de5d60e

Please sign in to comment.