We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0166688 commit 0e3e287Copy full SHA for 0e3e287
.gitignore
@@ -6,3 +6,4 @@ Packages
6
SwiftJWT.xcodeproj
7
*.DS_Store
8
Package.resolved
9
+.swiftpm
Package.swift
@@ -29,7 +29,7 @@ let package = Package(
29
],
30
dependencies: [
31
.package(url: "https://github.com/Kitura/BlueRSA.git", from: "1.0.200"),
32
- .package(url: "https://github.com/Kitura/BlueCryptor.git", from: "1.0.0"),
+ .package(url: "https://github.com/Kitura/BlueCryptor.git", from: "2.0.1"),
33
.package(url: "https://github.com/Kitura/BlueECC.git", from: "1.1.0"),
34
.package(url: "https://github.com/Kitura/LoggerAPI.git", from: "1.7.0"),
35
.package(url: "https://github.com/Kitura/KituraContracts.git", from: "1.2.200")
0 commit comments