Skip to content

Commit

Permalink
Bump kotlinx-uuid-core from 0.0.15 to 0.0.16 (#150)
Browse files Browse the repository at this point in the history
Bumps [kotlinx-uuid-core](https://github.com/hfhbd/kotlinx-uuid) from 0.0.15 to 0.0.16.
- [Release notes](https://github.com/hfhbd/kotlinx-uuid/releases)
- [Commits](hfhbd/kotlinx-uuid@v0.0.15...v0.0.16)

---
updated-dependencies:
- dependency-name: app.softwork:kotlinx-uuid-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

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] authored Aug 25, 2022
1 parent a428923 commit e075a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudkitclient-testing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin {
commonMain {
dependencies {
api(project(":cloudkitclient-core"))
api("app.softwork:kotlinx-uuid-core:0.0.15")
api("app.softwork:kotlinx-uuid-core:0.0.16")
}
}
commonTest {
Expand Down
2 changes: 1 addition & 1 deletion integrationTest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin {
commonMain {
dependencies {
implementation(project(":cloudkitclient-core"))
api("app.softwork:kotlinx-uuid-core:0.0.15")
api("app.softwork:kotlinx-uuid-core:0.0.16")
}
}
commonTest {
Expand Down

0 comments on commit e075a90

Please sign in to comment.