Skip to content

Commit 1a4c7cb

Browse files
author
Nguyen Ngoc Duc
committed
Point to new minor version
1 parent 9045d64 commit 1a4c7cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "JWT",
77
dependencies: [
8-
.Package(url: "https://github.com/kylef-archive/CommonCrypto.git", majorVersion: 1),
8+
.Package(url: "https://github.com/kylef-archive/CommonCrypto.git", majorVersion: 0, minor: 7),
99
],
1010
exclude: [
1111
"Sources/JWT/HMACCryptoSwift.swift",
@@ -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/JWT/HMACCommonCrypto.swift",

0 commit comments

Comments
 (0)