Skip to content

Commit

Permalink
Merge pull request #30 from IBM-Swift/issue_29
Browse files Browse the repository at this point in the history
Add .git to BlueCryptor dependency #29
  • Loading branch information
quanvo87 authored Jul 10, 2017
2 parents d6a0c2b + 993afe2 commit aeb8636
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 aeb8636

Please sign in to comment.