Skip to content

Commit 5ea2764

Browse files
authored
Update Package.swift
1 parent 5b222ba commit 5ea2764

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
@@ -4,7 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "JWT",
66
dependencies: [
7-
.Package(url: "https://github.com/IBM-Swift/CommonCrypto.git", majorVersion: 0, minor: 1),
7+
.Package(url: "https://github.com/IBM-Swift/CommonCrypto.git", majorVersion: 1, minor: 0),
88
],
99
exclude: [
1010
"Sources/HMACCryptoSwift.swift",
@@ -14,7 +14,7 @@ let package = Package(
1414
let package = Package(
1515
name: "JWT",
1616
dependencies: [
17-
.Package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", majorVersion: 0, minor: 7),
17+
.Package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", majorVersion: 1, minor: 0),
1818
],
1919
exclude: [
2020
"Sources/HMACCommonCrypto.swift",

0 commit comments

Comments
 (0)