Skip to content

Commit

Permalink
bumped Reachability to version 5.2.4 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce-b authored Nov 22, 2024
1 parent 24ac462 commit 37b11e0
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 @@ -18,7 +18,7 @@ let package = Package(
.library(name: "CPUSampler", type: .static, targets: ["CPUSampler"]),
],
dependencies: [
.package(url: "https://github.com/ashleymills/Reachability.swift", from: "5.2.2"),
.package(url: "https://github.com/ashleymills/Reachability.swift", from: "5.2.4"),
.package(
url: "https://github.com/open-telemetry/opentelemetry-swift", exact: "1.11.0"),
.package(url: "https://github.com/MobileNativeFoundation/Kronos.git", .upToNextMajor(from: "4.2.2")),
Expand Down

0 comments on commit 37b11e0

Please sign in to comment.