Skip to content

Commit

Permalink
Bump kotlinx-uuid-core from 0.0.13 to 0.0.14 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 13, 2022
1 parent 3eaec85 commit 24c56c8
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.13")
api("app.softwork:kotlinx-uuid-core:0.0.14")
}
}
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.13")
api("app.softwork:kotlinx-uuid-core:0.0.14")
}
}
commonTest {
Expand Down

0 comments on commit 24c56c8

Please sign in to comment.