Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
conanoc committed Apr 17, 2024
1 parent 4163dbb commit 7544544
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,15 @@
"version" : "2.0.0"
}
},
{
"identity" : "peerdid-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/beatt83/peerdid-swift",
"state" : {
"revision" : "4e82ff42aa2b53b2d361f482b607763d79ccfdbb",
"version" : "3.0.0"
}
},
{
"identity" : "semaphore",
"kind" : "remoteSourceControl",
Expand Down
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ let package = Package(
.package(url: "https://github.com/keefertaylor/Base58Swift", exact: "2.1.7"),
.package(url: "https://github.com/thecatalinstan/Criollo", exact: "1.1.0"),
.package(url: "https://github.com/groue/Semaphore", exact: "0.0.8"),
// .package(url: "https://github.com/beatt83/peerdid-swift", exact: "2.1.0")
.package(path: "../../aries/peerdid-swift")
.package(url: "https://github.com/beatt83/peerdid-swift", exact: "3.0.0")
],
targets: [
.target(
Expand Down

0 comments on commit 7544544

Please sign in to comment.