diff --git a/Package.swift b/Package.swift index c5fcfec..95b8d33 100644 --- a/Package.swift +++ b/Package.swift @@ -19,7 +19,7 @@ let package = Package( targets: ["MagicExt-OIDC"]), ], dependencies: [ - .package(url: "https://github.com/magiclabs/magic-ios.git", from: "7.0.0") + .package(url: "https://github.com/magiclabs/magic-ios.git", from: "8.0.0") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.