diff --git a/Package.swift b/Package.swift index 94de1dc4..68aa2755 100644 --- a/Package.swift +++ b/Package.swift @@ -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( diff --git a/Package@swift-5.6.swift b/Package@swift-5.6.swift index b7764ab5..bbe11541 100644 --- a/Package@swift-5.6.swift +++ b/Package@swift-5.6.swift @@ -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( diff --git a/Package@swift-5.9.swift b/Package@swift-5.9.swift index 8f4ea98a..281a0a22 100644 --- a/Package@swift-5.9.swift +++ b/Package@swift-5.9.swift @@ -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(