Skip to content

Commit

Permalink
update: jose library version
Browse files Browse the repository at this point in the history
  • Loading branch information
beatt83 committed Jun 6, 2024
1 parent 248a0eb commit 17a88b7
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 @@ -21,7 +21,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/swift-libp2p/swift-multibase.git", .upToNextMajor(from: "0.0.1")),
.package(url: "https://github.com/beatt83/didcore-swift.git", .upToNextMinor(from: "2.0.0")),
.package(url: "https://github.com/beatt83/jose-swift.git", .upToNextMinor(from: "3.0.1"))
.package(url: "https://github.com/beatt83/jose-swift.git", .upToNextMajor(from: "3.1.0"))
],
targets: [
.target(
Expand Down

0 comments on commit 17a88b7

Please sign in to comment.