Skip to content

Commit

Permalink
Update dependency com.javiersc.hubdle to v0.5.0-beta.6
Browse files Browse the repository at this point in the history
| datasource | package                                               | from         | to           |
| ---------- | ----------------------------------------------------- | ------------ | ------------ |
| maven      | com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin | 0.5.0-beta.4 | 0.5.0-beta.6 |
  • Loading branch information
renovate[bot] authored and JavierSegoviaCordoba committed Aug 4, 2023
1 parent daea85f commit 99faac1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

### Updated

- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.5.0-beta.6`

## [0.5.0-rc.3] - 2023-08-04

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
hubdle = "0.5.0-beta.4"
hubdle = "0.5.0-beta.6"

[plugins]
javiersc-hubdle = { id = "com.javiersc.hubdle", version.ref = "hubdle" }
2 changes: 1 addition & 1 deletion semver-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ hubdle {
}
}

pluginUnderTestDependencies(
pluginUnderTestExternalDependencies(
hubdle.android.toolsBuild.gradle,
hubdle.jetbrains.kotlin.kotlinGradlePlugin,
)
Expand Down
2 changes: 1 addition & 1 deletion semver-project-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ hubdle {
}
}

pluginUnderTestDependencies(
pluginUnderTestExternalDependencies(
hubdle.android.toolsBuild.gradle,
hubdle.jetbrains.kotlin.kotlinGradlePlugin,
)
Expand Down
2 changes: 1 addition & 1 deletion semver-settings-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ hubdle {
}
}

pluginUnderTestDependencies(
pluginUnderTestExternalDependencies(
hubdle.android.toolsBuild.gradle,
hubdle.jetbrains.kotlin.kotlinGradlePlugin,
)
Expand Down

0 comments on commit 99faac1

Please sign in to comment.