Skip to content

Commit

Permalink
Revision change
Browse files Browse the repository at this point in the history
  • Loading branch information
David Young committed Oct 19, 2023
1 parent a5d3070 commit 5089b76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ let package = Package(
.package(name: "swift-log", url: "https://github.com/apple/swift-log.git", exact: "1.4.4"),
.package(name: "swift-metrics", url: "https://github.com/apple/swift-metrics.git", exact: "2.1.1"),
.package(name: "Reachability.swift", url: "https://github.com/ashleymills/Reachability.swift", exact: "5.1.0"),
.package(name: "CLibpl", url: "https://github.com/youngde811/CLibpl.git", from: "0.1.1"),
.package(name: "CLibpl", url: "https://github.com/youngde811/CLibpl.git", from: "0.1.2"),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion Package@swift-5.6.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.4"),
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.1.1"),
.package(url: "https://github.com/ashleymills/Reachability.swift", exact: "5.1.0"),
.package(url: "https://github.com/youngde811/CLibpl.git", from: "0.1.1"),
.package(url: "https://github.com/youngde811/CLibpl.git", from: "0.1.2"),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion Package@swift-5.9.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.4"),
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.1.1"),
.package(url: "https://github.com/ashleymills/Reachability.swift", from: "5.1.0"),
.package(url: "https://github.com/youngde811/CLibpl.git", from: "0.1.1"),
.package(url: "https://github.com/youngde811/CLibpl.git", from: "0.1.2"),
],
targets: [
.target(
Expand Down

0 comments on commit 5089b76

Please sign in to comment.