Skip to content

Commit

Permalink
Update dependency com.javiersc.hubdle to v0.2.0-alpha.37
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.2.0-alpha.35 | 0.2.0-alpha.37 |
  • Loading branch information
renovate[bot] authored and JavierSegoviaCordoba committed Oct 18, 2022
1 parent d9fbea1 commit 4380ba3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

### Updated

- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.2.0-alpha.37`
- `com.android.tools.build:gradle -> 7.3.0`
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.2.0-alpha.35`
- `gradle -> 7.5.1`

## [0.1.0-alpha.11] - 2022-07-14
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
android = "7.3.0"
hubdle = "0.2.0-alpha.35"
hubdle = "0.2.0-alpha.37"
kotlin = "1.7.10"

[libraries]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ internal class StringsTest {
"""
|Hello, World
|
""".trimMargin()
"""
.trimMargin()
}
}
}

0 comments on commit 4380ba3

Please sign in to comment.