Skip to content

Commit

Permalink
[fix] updated jose swift package
Browse files Browse the repository at this point in the history
  • Loading branch information
dtsiflit committed Apr 26, 2024
1 parent 0447e8f commit 589e4fb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
{
"identity" : "joseswift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/airsidemobile/JOSESwift.git",
"location" : "https://github.com/niscy-eudiw/JOSESwift.git",
"state" : {
"revision" : "10ed3b6736def7c26eb87135466b1cb46ea7e37f",
"version" : "2.4.0"
"revision" : "518cedba79ef18867191811b161471298b6cb7c8",
"version" : "2.4.1-gcm"
}
},
{
Expand Down
10 changes: 8 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,14 @@ let package = Package(
targets: ["eudi-lib-sdjwt-swift"])
],
dependencies: [
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON.git", from: "5.0.1"),
.package(url: "https://github.com/airsidemobile/JOSESwift.git", from: "2.3.0")
.package(
url: "https://github.com/SwiftyJSON/SwiftyJSON.git",
from: "5.0.1"
),
.package(
url: "https://github.com/niscy-eudiw/JOSESwift.git",
exact: "2.4.1-gcm"
),
],
targets: [
.target(
Expand Down

0 comments on commit 589e4fb

Please sign in to comment.