Skip to content

Commit

Permalink
feat(pollux): update jwt library version
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalo-frade-iohk committed Mar 22, 2023
1 parent a88a9cc commit 828b319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ let package = Package(
.package(url: "[email protected]:input-output-hk/atala-prism-didcomm-swift.git", from: "0.3.6"),
.package(url: "[email protected]:swift-libp2p/swift-multibase.git", branch: "main"),
.package(url: "[email protected]:GigaBitcoin/secp256k1.swift.git", from: "0.10.0"),
.package(url: "[email protected]:goncalo-frade-iohk/Swift-JWT.git", from: "4.1.2")
.package(url: "[email protected]:goncalo-frade-iohk/Swift-JWT.git", from: "4.1.3")
],
targets: [
.target(
Expand Down

0 comments on commit 828b319

Please sign in to comment.