Skip to content

Commit f642adf

Browse files
committed
Updated URL-Image dependency
1 parent c13c0e4 commit f642adf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"repositoryURL": "https://github.com/dmytro-anokhin/url-image.git",
77
"state": {
88
"branch": null,
9-
"revision": "22eca5ee4f317e0283da75426849ee23f0516022",
10-
"version": "0.9.19"
9+
"revision": "cedfdb207dcba2aec1229f3e2053bb93460a4244",
10+
"version": "2.1.9"
1111
}
1212
}
1313
]

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
dependencies: [
2121
// Dependencies declare other packages that this package depends on.
2222
// .package(url: /* package url */, from: "1.0.0"),
23-
.package(url: "https://github.com/dmytro-anokhin/url-image.git", from: "0.9.15")
23+
.package(url: "https://github.com/dmytro-anokhin/url-image.git", from: "2.0.0")
2424
],
2525
targets: [
2626
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)