Skip to content

Commit

Permalink
Bump app.softwork:kotlinx-uuid-core from 0.0.17 to 0.0.18 (#714)
Browse files Browse the repository at this point in the history
Bumps [app.softwork:kotlinx-uuid-core](https://github.com/hfhbd/kotlinx-uuid) from 0.0.17 to 0.0.18.
- [Release notes](https://github.com/hfhbd/kotlinx-uuid/releases)
- [Commits](hfhbd/kotlinx-uuid@v0.0.17...v0.0.18)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 6, 2023
1 parent 7970b3d commit c90dd58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kotlin {
export(projects.shared)
export("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
export("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")
export("app.softwork:kotlinx-uuid-core:0.0.17")
export("app.softwork:kotlinx-uuid-core:0.0.18")
embedBitcodeMode.set(BitcodeEmbeddingMode.DISABLE)
}
}
Expand Down
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ kotlin {
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0")
api("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")

api("app.softwork:kotlinx-uuid-core:0.0.17")
api("app.softwork:kotlinx-uuid-core:0.0.18")

val ktor = "2.2.4"
api("io.ktor:ktor-client-core:$ktor")
Expand Down

0 comments on commit c90dd58

Please sign in to comment.