Skip to content

Commit 0e3e287

Browse files
authored
Update BlueCryptor dependency (#100)
* update Cryptor dependency * ignore .swiftpm
1 parent 0166688 commit 0e3e287

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ Packages
66
SwiftJWT.xcodeproj
77
*.DS_Store
88
Package.resolved
9+
.swiftpm

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ let package = Package(
2929
],
3030
dependencies: [
3131
.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"),
32+
.package(url: "https://github.com/Kitura/BlueCryptor.git", from: "2.0.1"),
3333
.package(url: "https://github.com/Kitura/BlueECC.git", from: "1.1.0"),
3434
.package(url: "https://github.com/Kitura/LoggerAPI.git", from: "1.7.0"),
3535
.package(url: "https://github.com/Kitura/KituraContracts.git", from: "1.2.200")

0 commit comments

Comments
 (0)