From 106acb19838e1ed4bd2c746464ff206bee444f5d Mon Sep 17 00:00:00 2001 From: "cgrindel-self-hosted-renovate[bot]" <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 15:03:47 +0000 Subject: [PATCH] chore(deps): update dependency sdwebimage/sdwebimageswiftui to from: "3.1.2" --- examples/resources_example/swift/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/resources_example/swift/Package.swift b/examples/resources_example/swift/Package.swift index 2ffe8f7bc..57478e3ca 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.6"), - .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",