From 0ce4671d25affd267f94dd6c32935bef1e14816e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 09:59:54 +0000 Subject: [PATCH] chore(deps): update dependency tuist/filesystem to from: "0.13.0" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index e30fde83..6a5d8bfc 100644 --- a/Package.swift +++ b/Package.swift @@ -82,7 +82,7 @@ let package = Package( .package(url: "https://github.com/tuist/Path.git", .upToNextMajor(from: "0.3.8")), .package(url: "https://github.com/tuist/XcodeProj", .upToNextMajor(from: "9.5.0")), .package(url: "https://github.com/tuist/Command.git", from: "0.13.0"), - .package(url: "https://github.com/tuist/FileSystem.git", .upToNextMajor(from: "0.12.4")), + .package(url: "https://github.com/tuist/FileSystem.git", .upToNextMajor(from: "0.13.0")), .package(url: "https://github.com/Kolos65/Mockable.git", .upToNextMajor(from: "0.4.0")), .package(url: "https://github.com/p-x9/MachOKit", .upToNextMajor(from: "0.39.0")), .package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.4.5"),