diff --git a/Package.swift b/Package.swift index 8d78b0a..fd0d204 100644 --- a/Package.swift +++ b/Package.swift @@ -14,7 +14,7 @@ let package = Package( ), ], dependencies: [ - .package(url: "https://github.com/tuist/Path", .upToNextMajor(from: "0.2.0")), + .package(url: "https://github.com/tuist/Path", .upToNextMajor(from: "0.3.0")), .package(url: "https://github.com/apple/swift-nio", .upToNextMajor(from: "2.66.0")), .package(url: "https://github.com/apple/swift-log", .upToNextMajor(from: "1.5.4")), ],