Skip to content

Commit

Permalink
Bump org.jetbrains.gradle.plugin.idea-ext from 0.8.1 to 0.9 (#2729)
Browse files Browse the repository at this point in the history
Bumps org.jetbrains.gradle.plugin.idea-ext from 0.8.1 to 0.9.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 26, 2020
1 parent be9e36e commit 7af6cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id 'io.freefair.maven-plugin' version '5.1.1' apply false

// apply so we can correctly configure the test runner to be gradle at the project level
id 'org.jetbrains.gradle.plugin.idea-ext' version '0.8.1'
id 'org.jetbrains.gradle.plugin.idea-ext' version '0.9'
}

// run tests in intellij using gradle test runner
Expand Down

0 comments on commit 7af6cf7

Please sign in to comment.