Skip to content
Snippets Groups Projects
Commit cdae17a1 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Update package dependencies

parent ab3cef3e
No related branches found
No related tags found
2 merge requests!102Release 1.0.0,!98Messenger example - register, confirm, and unregister user facts
...@@ -14,8 +14,8 @@ ...@@ -14,8 +14,8 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-custom-dump.git", "location" : "https://github.com/pointfreeco/swift-custom-dump.git",
"state" : { "state" : {
"revision" : "21ec1d717c07cea5a026979cb0471dd95c7087e7", "revision" : "c9b6b940d95c0a925c63f6858943415714d8a981",
"version" : "0.5.0" "version" : "0.5.2"
} }
}, },
{ {
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/xctest-dynamic-overlay.git", "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay.git",
"state" : { "state" : {
"revision" : "38bc9242e4388b80bd23ddfdf3071428859e3260", "revision" : "30314f1ece684dd60679d598a9b89107557b67d9",
"version" : "0.4.0" "version" : "0.4.1"
} }
} }
], ],
......
...@@ -26,11 +26,11 @@ let package = Package( ...@@ -26,11 +26,11 @@ let package = Package(
dependencies: [ dependencies: [
.package( .package(
url: "https://github.com/pointfreeco/swift-custom-dump.git", url: "https://github.com/pointfreeco/swift-custom-dump.git",
.upToNextMajor(from: "0.5.0") .upToNextMajor(from: "0.5.2")
), ),
.package( .package(
url: "https://github.com/pointfreeco/xctest-dynamic-overlay.git", url: "https://github.com/pointfreeco/xctest-dynamic-overlay.git",
.upToNextMajor(from: "0.4.0") .upToNextMajor(from: "0.4.1")
), ),
.package( .package(
url: "https://github.com/kishikawakatsumi/KeychainAccess.git", url: "https://github.com/kishikawakatsumi/KeychainAccess.git",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment