Skip to content

Commit

Permalink
Merge pull request jakeheis#25 from jnewc/master
Browse files Browse the repository at this point in the history
Update Bluesocket to latest (1.0.46)
  • Loading branch information
jakeheis authored Jun 11, 2019
2 parents b2ccccc + cf9ed17 commit 40aafa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/IBM-Swift/BlueSocket",
"state": {
"branch": null,
"revision": "26c8f4e4e3000421a0c97aaf0c7b5e9aa5475222",
"version": "0.12.94"
"revision": "ccc671b022bc60e5fffcb2aa15f499c6331bfd18",
"version": "1.0.46"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
.library(name: "Shout", targets: ["Shout"]),
],
dependencies: [
.package(url: "https://github.com/IBM-Swift/BlueSocket", from: "0.12.68"),
.package(url: "https://github.com/IBM-Swift/BlueSocket", from: "1.0.46"),
.package(url: "https://github.com/jakeheis/CSSH", from: "1.0.3"),
],
targets: [
Expand Down

0 comments on commit 40aafa4

Please sign in to comment.