diff --git a/Package.swift b/Package.swift index cc50174..85a638a 100644 --- a/Package.swift +++ b/Package.swift @@ -27,19 +27,19 @@ let package = Package( .package( name: "DocumentReader", url: "https://github.com/regulaforensics/DocumentReader-Swift-Package", - .upToNextMajor(from: "7.5.4221") + .exact("7.5.4221") ), .package( name: "Full", url: "https://github.com/regulaforensics/DocumentReaderFull-Swift-Package", - .upToNextMajor(from: "7.5.11015") + .exact("7.5.11015") ) ], targets: [ .binaryTarget( name: "WebIdOnDeviceDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.3.0/WebIdOnDeviceDocumentScanner.framework-v12.3.0-SNAPSHOT-1333.zip", - checksum: "129a840511a952d4bc4a7dd22856ef742a17a7204ef412a69ef26262e07615e6" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.3.0/WebIdOnDeviceDocumentScanner.framework-v12.3.0-SNAPSHOT-1334.zip", + checksum: "e938474b0662706511b9ad953270eb1779a8fbe3308599f33e3606dfff01e88b" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",