diff --git a/Package.swift b/Package.swift index 4752351..59503d9 100644 --- a/Package.swift +++ b/Package.swift @@ -22,24 +22,24 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.0.1") + .exact("15.0.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.0.1") + .exact("15.0.2") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("15.0.1") + .exact("15.0.2") ) ], targets: [ .binaryTarget( name: "WebIdPayOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/15.1.2/WebIdPayOnServerProductPlugin.framework-v15.1.2-SNAPSHOT-1335.zip", - checksum: "f8f6cdf79337aa8cdbd0cfbd4186a2aa40d9968c24ad298c7069e6f93fc29b17" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/15.1.3/WebIdPayOnServerProductPlugin.framework-v15.1.3-SNAPSHOT-1339.zip", + checksum: "e3cc634f0c40f5927a7025ab013d6d446c0fa6676778b58cff13e74dc84972d2" ), .target( name: "WebIdPayOnServerProductPluginWrapper",