Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Nov 14, 2024
1 parent 852f70b commit e8ee5ce
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ var package = Package(
.package(
url: "https://github.com/PureSwift/Bluetooth.git",
branch: "master"
),
.package(
url: "https://github.com/apple/swift-async-algorithms",
branch: "main"
)
],
targets: [
Expand All @@ -57,10 +53,6 @@ var package = Package(
name: "BluetoothHCI",
package: "Bluetooth",
condition: .when(platforms: [.macOS, .linux])
),
.product(
name: "AsyncAlgorithms",
package: "swift-async-algorithms"
)
]
),
Expand Down

0 comments on commit e8ee5ce

Please sign in to comment.