diff --git a/Package.swift b/Package.swift index 137bd77..2399453 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", - .exact("10.4.2") + .exact("15.0.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.4.2") + .exact("15.0.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.6.0") + .exact("15.0.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("12.6.0") + .exact("15.0.1") ) ], targets: [ .binaryTarget( name: "WebIdPayOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayOnServerProductPlugin/13.7.4/WebIdPayOnServerProductPlugin.framework-v13.7.4.zip", - checksum: "fcf8d4bed0e87b2e6e7e705186137a850e2aaa7ce6ae8c14c759dbe1d01c8e77" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayOnServerProductPlugin/15.1.0/WebIdPayOnServerProductPlugin.framework-v15.1.0.zip", + checksum: "531b29a3a3a7f22a7c09e047b0b05594805786d9b5211d52025d2f0961eb3cd5" ), .target( name: "WebIdPayOnServerProductPluginWrapper",