Skip to content

Commit b7188dc

Browse files
committed
fix: Upgrade to CryptoSwift 0.8.0
1 parent e2052f2 commit b7188dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
let package = Package(
1616
name: "JWT",
1717
dependencies: [
18-
.Package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", majorVersion: 0, minor: 6),
18+
.Package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", majorVersion: 0, minor: 8),
1919
],
2020
exclude: [
2121
"Sources/JWT/HMACCommonCrypto.swift",

0 commit comments

Comments
 (0)