Skip to content

Commit

Permalink
chore: update dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
juandahurt committed Jun 10, 2022
1 parent fdf27b1 commit bde95a2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
"revision": "59eb199fdb8dd47733624e8b0277822d0232579e",
"version": "7.2.2"
}
},
{
"package": "ViewExtractor",
"repositoryURL": "https://github.com/GeorgeElsham/ViewExtractor",
"state": {
"branch": null,
"revision": "09cc1e7bf7d1860b92b151bb0bf06ec25a9e9162",
"version": "1.1.0"
}
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/onevcat/Kingfisher.git", .upToNextMinor(from: "7.2.0")),
.package(url: "https://github.com/GeorgeElsham/ViewExtractor", .branch("main")),
.package(url: "https://github.com/GeorgeElsham/ViewExtractor", .exact("1.1.0")),
],
targets: [
.target(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"package": "ViewExtractor",
"repositoryURL": "https://github.com/GeorgeElsham/ViewExtractor",
"state": {
"branch": "main",
"branch": null,
"revision": "09cc1e7bf7d1860b92b151bb0bf06ec25a9e9162",
"version": null
"version": "1.1.0"
}
}
]
Expand Down

0 comments on commit bde95a2

Please sign in to comment.