diff --git a/examples/lottie_ios_example/Package.swift b/examples/lottie_ios_example/Package.swift index 8963ab5c1..9d32d866a 100644 --- a/examples/lottie_ios_example/Package.swift +++ b/examples/lottie_ios_example/Package.swift @@ -5,6 +5,6 @@ import PackageDescription let package = Package( name: "lottie_ios_example", dependencies: [ - .package(url: "https://github.com/airbnb/lottie-spm", from: "4.4.3"), + .package(url: "https://github.com/airbnb/lottie-spm", from: "4.5.0"), ] )