Skip to content

Commit

Permalink
Updated URL-Image dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Short committed Nov 28, 2020
1 parent c13c0e4 commit f642adf
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 @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/dmytro-anokhin/url-image.git",
"state": {
"branch": null,
"revision": "22eca5ee4f317e0283da75426849ee23f0516022",
"version": "0.9.19"
"revision": "cedfdb207dcba2aec1229f3e2053bb93460a4244",
"version": "2.1.9"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/dmytro-anokhin/url-image.git", from: "0.9.15")
.package(url: "https://github.com/dmytro-anokhin/url-image.git", from: "2.0.0")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit f642adf

Please sign in to comment.