Skip to content

Commit

Permalink
[Do not merge] Use issue.swift5 branch of BlueSocket
Browse files Browse the repository at this point in the history
  • Loading branch information
djones6 committed Nov 28, 2018
1 parent 6abb40a commit 1c4e791
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 @@ -24,7 +24,7 @@ import PackageDescription

#if os(Linux) || os(macOS) || os(iOS) || os(tvOS)

var packageDependencies: [Package.Dependency] = [.package(url: "https://github.com/IBM-Swift/BlueSocket.git", from: "1.0.0")]
var packageDependencies: [Package.Dependency] = [.package(url: "https://github.com/IBM-Swift/BlueSocket.git", .branch("issue.swift5"))]
var targetDependencies: [Target.Dependency] = [.byName(name: "Socket")]

#if os(Linux)
Expand Down

0 comments on commit 1c4e791

Please sign in to comment.