Skip to content

Commit

Permalink
Merge pull request #4 from tkey/update_dependency_1.0.15
Browse files Browse the repository at this point in the history
fix: update dependency
  • Loading branch information
ieow authored Oct 5, 2023
2 parents 54fe885 + e20fb9a commit 162be0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@
"repositoryURL": "https://github.com/torusresearch/tss-client-swift.git",
"state": {
"branch": null,
"revision": "455c23ab17081f7a1b78db03235c50fc2b0a2c9a",
"version": "1.0.14"
"revision": "e1262449b2810b10c7ac2b29215aebf4d8f422f7",
"version": "1.0.15"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/argentlabs/web3.swift", from:"1.6.0"),
.package(url: "https://github.com/torusresearch/tss-client-swift.git", from: "1.0.14"),
.package(url: "https://github.com/torusresearch/tss-client-swift.git", from: "1.0.15"),
],
targets: [
.target(
Expand Down

0 comments on commit 162be0f

Please sign in to comment.