diff --git a/examples/resources_example/swift/Package.swift b/examples/resources_example/swift/Package.swift index ac0f202d9..1252800f7 100644 --- a/examples/resources_example/swift/Package.swift +++ b/examples/resources_example/swift/Package.swift @@ -9,7 +9,7 @@ let package = Package( .package(path: "../third_party/app_lovin_sdk"), .package(path: "../third_party/package_with_resources"), .package(url: "https://github.com/Iterable/swift-sdk", from: "6.5.7"), - .package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.1.1"), + .package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.1.2"), .package(url: "https://github.com/google/GoogleSignIn-iOS", from: "7.1.0"), .package( url: "https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk",