Skip to content

Commit 37e2010

Browse files
committed
Uptake newer releases of BlueSocket and BlueSSLService
To silence build-time warnings from those dependencies.
1 parent 4e4f567 commit 37e2010

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

Package.resolved

Lines changed: 13 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ let package = Package(
1010
targets: ["PostgresClientKit"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/IBM-Swift/BlueSocket.git", from: "1.0.0"),
14-
.package(url: "https://github.com/IBM-Swift/BlueSSLService", from: "1.0.0")
13+
.package(url: "https://github.com/IBM-Swift/BlueSocket.git", from: "2.0.0"),
14+
.package(url: "https://github.com/IBM-Swift/BlueSSLService", from: "2.0.0")
1515
],
1616
targets: [
1717
.target(

0 commit comments

Comments
 (0)