Skip to content

Commit 1f56ceb

Browse files
authored
Merge pull request #77 from goncalo-frade-iohk/feature/update-jose-library-version
Update dependencies versions
2 parents aaf68f5 + 73c6709 commit 1f56ceb

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

Package.resolved

Lines changed: 18 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let package = Package(
2424
),
2525
.package(
2626
url: "https://github.com/beatt83/jose-swift.git",
27-
from: "4.0.0"
27+
from: "6.0.0"
2828
),
2929
.package(
3030
url: "https://github.com/apple/swift-certificates.git",
@@ -36,7 +36,7 @@ let package = Package(
3636
),
3737
.package(
3838
url: "https://github.com/krzyzanowskim/CryptoSwift.git",
39-
from: "1.8.4"
39+
from: "1.9.0"
4040
),
4141
.package(
4242
url: "https://github.com/niscy-eudiw/swift-json-schema",

0 commit comments

Comments
 (0)