Skip to content

Commit

Permalink
Update dependency com.javiersc.semver to v0.7.0
Browse files Browse the repository at this point in the history
| datasource | package                                               | from  | to    |
| ---------- | ----------------------------------------------------- | ----- | ----- |
| maven      | com.javiersc.semver:com.javiersc.semver.gradle.plugin | 0.6.2 | 0.7.0 |
  • Loading branch information
JavierSegoviaCordoba committed Aug 17, 2024
1 parent a73c83a commit 65e710c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle/hubdle.libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ javiersc-network-either = "0.2.0-alpha.2"
javiersc-network-either-logger = "0.2.0-alpha.2"
javiersc-network-resource-either = "0.2.0-alpha.2"
javiersc-network-resource-either-extensions = "0.2.0-alpha.2"
javiersc-semver = "0.6.2"
javiersc-semver = "0.7.0"
javiersc-semver-core = "0.1.0-beta.13"
jetbrains-changelog = "2.2.1"
jetbrains-compose = "1.6.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ constructor(
withSemverPlugin { it.mapVersion(action) }
}

public fun mapVersion(action: SemverExtension.VersionAndGitMapper) {
withSemverPlugin { it.mapVersion(action) }
}

@HubdleDslMarker
public fun semver(action: Action<SemverExtension> = Action {}): Unit = withSemverPlugin(action)

Expand Down
1 change: 1 addition & 0 deletions hubdle-version-catalog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

### Updated

- `com.javiersc.semver:com.javiersc.semver.gradle.plugin -> 0.7.0`
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.7.5`
- `com.javiersc.kotlin:kotlin-compiler-test-extensions -> 0.2.0+2.0.10`
- `com.javiersc.kotlin:kotlin-compiler-extensions -> 0.2.0+2.0.10`
Expand Down

0 comments on commit 65e710c

Please sign in to comment.