Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Spriter authored Aug 9, 2019
1 parent 5b222ba commit 5ea2764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "JWT",
dependencies: [
.Package(url: "https://github.com/IBM-Swift/CommonCrypto.git", majorVersion: 0, minor: 1),
.Package(url: "https://github.com/IBM-Swift/CommonCrypto.git", majorVersion: 1, minor: 0),
],
exclude: [
"Sources/HMACCryptoSwift.swift",
Expand All @@ -14,7 +14,7 @@ let package = Package(
let package = Package(
name: "JWT",
dependencies: [
.Package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", majorVersion: 0, minor: 7),
.Package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", majorVersion: 1, minor: 0),
],
exclude: [
"Sources/HMACCommonCrypto.swift",
Expand Down

0 comments on commit 5ea2764

Please sign in to comment.