Skip to content

Commit a2433a8

Browse files
committed
chore: Update to CryptoSwift 0.7
1 parent 4612a30 commit a2433a8

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: 7),
1919
],
2020
exclude: [
2121
"Sources/HMACCommonCrypto.swift",

0 commit comments

Comments
 (0)