Skip to content

Commit cc8c431

Browse files
renovate[bot]JavierSegoviaCordoba
authored andcommitted
Update dependency com.javiersc.hubdle to v0.2.0-alpha.6
| datasource | package | from | to | | ---------- | ----------------------------------------------------- | ------------- | ------------- | | maven | com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin | 0.2.0-alpha.5 | 0.2.0-alpha.6 |
1 parent c38dc87 commit cc8c431

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
### Updated
1616

17+
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.2.0-alpha.6`
18+
1719
## [0.1.0-alpha.6] - 2022-06-29
1820

1921
### Added

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
coroutines = "1.6.3"
3-
hubdle = "0.2.0-alpha.5"
3+
hubdle = "0.2.0-alpha.6"
44
kotest = "5.3.0"
55
kotlin = "1.6.21"
66

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ pluginManagement {
88
repositories {
99
gradlePluginPortal()
1010
mavenCentral()
11-
mavenLocal()
1211
}
1312

1413
plugins {

0 commit comments

Comments
 (0)