We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2a20b commit b98762eCopy full SHA for b98762e
examples/interesting_deps/Package.swift
@@ -8,7 +8,7 @@ let package = Package(
8
.package(url: "https://github.com/CocoaLumberjack/CocoaLumberjack.git", from: "3.8.5"),
9
.package(url: "https://github.com/GEOSwift/GEOSwift", from: "11.0.0"),
10
.package(url: "https://github.com/OpenCombine/OpenCombine", from: "0.14.0"),
11
- .package(url: "https://github.com/SDWebImage/libwebp-Xcode.git", from: "1.3.2"),
+ .package(url: "https://github.com/SDWebImage/libwebp-Xcode.git", from: "1.5.0"),
12
.package(url: "https://github.com/apple/swift-log", from: "1.6.2"),
13
.package(url: "https://github.com/erikdoe/ocmock", from: "3.9.4"),
14
.package(url: "https://github.com/getyoti/yoti-doc-scan-ios.git", from: "6.0.0"),
0 commit comments