Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
acwright committed Nov 15, 2019
1 parent ee9be9f commit 3c4f9a2
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 @@ -3,11 +3,11 @@
"pins": [
{
"package": "Lumber",
"repositoryURL": "https://github.com/infinitetoken/Lumber",
"repositoryURL": "https://github.com/infinitetoken/Lumber-Swift",
"state": {
"branch": null,
"revision": "fc11cdba0ea5078da8f4d70de2048a195209fb0f",
"version": "2.5.0"
"revision": "a5a45027856e6c3c5dcdba678529e9416be169ce",
"version": "2.6.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
targets: ["Cabinet"])
],
dependencies: [
.package(url: "https://github.com/infinitetoken/Lumber", from: "2.0.0")
.package(url: "https://github.com/infinitetoken/Lumber-Swift", from: "2.0.0")
],
targets: [
.target(
Expand Down

0 comments on commit 3c4f9a2

Please sign in to comment.