From b19973c8c4e125b347cd7b5570eae171a0f7114a Mon Sep 17 00:00:00 2001 From: Carlos Martinez Medina Date: Tue, 25 Jul 2023 13:09:07 +0200 Subject: [PATCH] feat(BottomSheet): Update Package.swift MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alejandro MegĂ­as --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index bf8d3d68..29672533 100644 --- a/Package.swift +++ b/Package.swift @@ -16,7 +16,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/airbnb/lottie-ios.git", exact: "3.1.8"), .package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", exact: "1.8.2"), - .package(url: "https://github.com/SDWebImage/SDWebImageSVGNativeCoder.git", from: "0.1.1") + .package(url: "https://github.com/SDWebImage/SDWebImageSVGNativeCoder.git", exact: "0.1.1") ], targets: [ .target(