Skip to content

Commit

Permalink
Update package swift (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahsmartin authored Sep 25, 2023
1 parent 26cf2db commit f80c694
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 @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/EmergeTools/peertalk.git",
"state" : {
"branch" : "feature/spm",
"revision" : "02b8bebff91cd3d7a5d89c0ddb4bbd873c62879d"
"revision" : "02b8bebff91cd3d7a5d89c0ddb4bbd873c62879d",
"version" : "1.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/EmergeTools/peertalk.git", branch: "feature/spm"),
.package(url: "https://github.com/EmergeTools/peertalk.git", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.0"),
.package(url: "https://github.com/httpswift/swifter.git", from: "1.5.0")
],
Expand Down

0 comments on commit f80c694

Please sign in to comment.