Skip to content

Commit

Permalink
Uptake newer releases of BlueSocket and BlueSSLService
Browse files Browse the repository at this point in the history
To silence build-time warnings from those dependencies.
  • Loading branch information
pitfield committed Mar 9, 2022
1 parent 4e4f567 commit 37e2010
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
17 changes: 13 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,26 @@
"repositoryURL": "https://github.com/IBM-Swift/BlueSocket.git",
"state": {
"branch": null,
"revision": "c46a3d41f5b2401d18bcb46d0101cdc5cd13e307",
"version": "1.0.52"
"revision": "dd924c3bc2c1c144c42b8dda3896f1a03115ded4",
"version": "2.0.2"
}
},
{
"package": "SSLService",
"repositoryURL": "https://github.com/IBM-Swift/BlueSSLService",
"state": {
"branch": null,
"revision": "ab2c2aa2fe574969f391c80ee87746be431dee0e",
"version": "1.0.52"
"revision": "c249988fb748749739144e7f554710552acdc0bd",
"version": "2.0.1"
}
},
{
"package": "swift-argument-parser",
"repositoryURL": "https://github.com/apple/swift-argument-parser",
"state": {
"branch": null,
"revision": "6b2aa2748a7881eebb9f84fb10c01293e15b52ca",
"version": "0.5.0"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ let package = Package(
targets: ["PostgresClientKit"]),
],
dependencies: [
.package(url: "https://github.com/IBM-Swift/BlueSocket.git", from: "1.0.0"),
.package(url: "https://github.com/IBM-Swift/BlueSSLService", from: "1.0.0")
.package(url: "https://github.com/IBM-Swift/BlueSocket.git", from: "2.0.0"),
.package(url: "https://github.com/IBM-Swift/BlueSSLService", from: "2.0.0")
],
targets: [
.target(
Expand Down

0 comments on commit 37e2010

Please sign in to comment.