From c3809c48ce9dfda84026c3640376d275593d8512 Mon Sep 17 00:00:00 2001 From: goncalo-frade-iohk Date: Thu, 11 Dec 2025 11:22:27 +0000 Subject: [PATCH] chore: update sdjwt package Signed-off-by: goncalo-frade-iohk --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index a1dc961c..601eff28 100644 --- a/Package.swift +++ b/Package.swift @@ -63,7 +63,7 @@ let package = Package( .package(url: "https://github.com/hyperledger/identus-apollo.git", exact: "1.8.0"), .package(url: "https://github.com/KittyMac/Sextant.git", exact: "0.4.31"), .package(url: "https://github.com/kylef/JSONSchema.swift.git", exact: "0.6.0"), - .package(url: "https://github.com/goncalo-frade-iohk/eudi-lib-sdjwt-swift.git", from: "0.0.3"), + .package(url: "https://github.com/eu-digital-identity-wallet/eudi-lib-sdjwt-swift.git", from: "0.10.0"), .package(url: "https://github.com/1024jp/GzipSwift.git", exact: "6.0.0") // .package(url: "https://github.com/goncalo-frade-iohk/eudi-lib-ios-openid4vci-swift.git", from: "0.10.0") ],