diff --git a/Package.resolved b/Package.resolved index 7e2315b..a721610 100644 --- a/Package.resolved +++ b/Package.resolved @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-data-model.git", "state" : { - "revision" : "12314daf45d637a1afeda321d605f328d422fe8d", - "version" : "0.2.6" + "revision" : "ab3d3e56b2e5cf86030cabe1d4b06b7f08713427", + "version" : "0.2.7" } }, { @@ -48,10 +48,10 @@ { "identity" : "eudi-lib-ios-openid4vci-swift", "kind" : "remoteSourceControl", - "location" : "https://github.com/niscy-eudiw/eudi-lib-ios-openid4vci-swift", + "location" : "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-openid4vci-swift.git", "state" : { - "revision" : "d80ca8e45dda89309f4e8d5a1fba19ecefa9b68b", - "version" : "0.0.10" + "revision" : "5602be65846bbe87f600cafbfc6b843c32952020", + "version" : "0.2.0" } }, { @@ -66,10 +66,10 @@ { "identity" : "eudi-lib-ios-siop-openid4vp-swift", "kind" : "remoteSourceControl", - "location" : "https://github.com/niscy-eudiw/eudi-lib-ios-siop-openid4vp-swift.git", + "location" : "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-siop-openid4vp-swift.git", "state" : { - "revision" : "8d674cfb0243e94bc614fb3a21c2d19faae657c4", - "version" : "0.0.76" + "revision" : "0a214db77ac5bc54d71c7b4b6f56fb24f73c67f6", + "version" : "0.2.0" } }, { @@ -77,8 +77,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-wallet-storage.git", "state" : { - "revision" : "ba9ba8b2b889638d3a4b62358c741b34291848da", - "version" : "0.2.0" + "revision" : "dc9f7cfd0012898214313b1e2cf2225ddbae1cb0", + "version" : "0.2.1" } }, { @@ -86,8 +86,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/KittyMac/Hitch.git", "state" : { - "revision" : "1a415afbf026005e77d32b536fa8d26c1b29e59f", - "version" : "0.4.138" + "revision" : "328211598c24f356fccbcb5451cc48e21071a963", + "version" : "0.4.139" } }, { @@ -203,8 +203,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-log.git", "state" : { - "revision" : "e97a6fcb1ab07462881ac165fdbb37f067e205d5", - "version" : "1.5.4" + "revision" : "9cb486020ebf03bfa5b5df985387a14a98744537", + "version" : "1.6.1" } }, { diff --git a/Package.swift b/Package.swift index 8df3e91..a6bdcc1 100644 --- a/Package.swift +++ b/Package.swift @@ -17,8 +17,8 @@ let package = Package( .package(url: "https://github.com/apple/swift-log.git", from: "1.5.3"), .package(url: "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-data-transfer.git", exact: "0.2.9"), .package(url: "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-wallet-storage.git", .upToNextMajor(from: "0.2.0")), - .package(url: "https://github.com/niscy-eudiw/eudi-lib-ios-openid4vci-swift.git", exact: "0.0.10"), - .package(url: "https://github.com/niscy-eudiw/eudi-lib-ios-siop-openid4vp-swift.git", exact: "0.0.76"), + .package(url: "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-openid4vci-swift.git", exact: "0.2.0"), + .package(url: "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-siop-openid4vp-swift.git", exact: "0.2.0"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite.