Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Desiderato committed Dec 11, 2021
1 parent e37c37f commit 3a6470e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,9 @@
"package": "swift-device-discovery",
"repositoryURL": "https://github.com/Apodini/SwiftDeviceDiscovery.git",
"state": {
"branch": "master",
"revision": "8f8cf4c4d5643a4c51a67fd1848f82736085986b",
"version": null
"branch": null,
"revision": "928bb257de241dae8fe1166e6901166577b0c4e4",
"version": "0.1.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/Apodini/Apodini.git", .upToNextMinor(from: "0.6.1")),
.package(name: "swift-device-discovery", url: "https://github.com/Apodini/SwiftDeviceDiscovery.git", .branch("master")),
.package(name: "swift-device-discovery", url: "https://github.com/Apodini/SwiftDeviceDiscovery.git", .upToNextMinor(from: "0.1.0")),
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "0.4.0"))
],
targets: [
Expand Down

0 comments on commit 3a6470e

Please sign in to comment.