Updated URL-Image dependency
This commit is contained in:
parent
c13c0e442e
commit
f642adf0e9
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue