From dc486c7e80f9023a3b09eb8d441aac6466359369 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 16:32:39 +0000 Subject: [PATCH] Update dependency tuist/Path to from: "0.3.0" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 70bd5928..dbc132e6 100644 --- a/Package.swift +++ b/Package.swift @@ -36,7 +36,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/Flight-School/AnyCodable", .upToNextMajor(from: "0.6.7")), - .package(url: "https://github.com/tuist/Path.git", .upToNextMajor(from: "0.2.0")), + .package(url: "https://github.com/tuist/Path.git", .upToNextMajor(from: "0.3.0")), ], targets: targets )