diff --git a/Package.swift b/Package.swift index 7fb74e5fd75..2dd7c4fd592 100644 --- a/Package.swift +++ b/Package.swift @@ -1207,7 +1207,7 @@ if !shouldUseSwiftBuildFramework { if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil { package.dependencies += [ .package(url: "https://github.com/swiftlang/swift-build.git", branch: relatedDependenciesBranch), - .package(url: "https://github.com/swiftlang/swift-tools-protocols.git", revision: "0.0.9"), + .package(url: "https://github.com/swiftlang/swift-tools-protocols.git", revision: "0.0.10"), ] } else { package.dependencies += [