Skip to content

Commit

Permalink
Add .git to BlueCryptor dependency #29
Browse files Browse the repository at this point in the history
  • Loading branch information
quanvo87 committed Jul 10, 2017
1 parent d6a0c2b commit 993afe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
dependencies: [
.Package(url: "https://github.com/IBM-Swift/BlueSocket.git", majorVersion: 0, minor: 12),
.Package(url: "https://github.com/IBM-Swift/BlueSSLService.git", majorVersion: 0, minor: 12),
.Package(url: "https://github.com/IBM-Swift/BlueCryptor", majorVersion: 0, minor: 8),
.Package(url: "https://github.com/IBM-Swift/BlueCryptor.git", majorVersion: 0, minor: 8),
.Package(url: "https://github.com/IBM-Swift/LoggerAPI.git", majorVersion: 1, minor: 7)
]
)
Expand Down

0 comments on commit 993afe2

Please sign in to comment.