Skip to content

Commit

Permalink
Update BlueCryptor dependency (#100)
Browse files Browse the repository at this point in the history
* update Cryptor dependency

* ignore .swiftpm
  • Loading branch information
zntfdr committed Nov 7, 2021
1 parent 0166688 commit 0e3e287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ Packages
SwiftJWT.xcodeproj
*.DS_Store
Package.resolved
.swiftpm
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/Kitura/BlueRSA.git", from: "1.0.200"),
.package(url: "https://github.com/Kitura/BlueCryptor.git", from: "1.0.0"),
.package(url: "https://github.com/Kitura/BlueCryptor.git", from: "2.0.1"),
.package(url: "https://github.com/Kitura/BlueECC.git", from: "1.1.0"),
.package(url: "https://github.com/Kitura/LoggerAPI.git", from: "1.7.0"),
.package(url: "https://github.com/Kitura/KituraContracts.git", from: "1.2.200")
Expand Down

0 comments on commit 0e3e287

Please sign in to comment.