File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ import class Foundation.ProcessInfo
210210if ProcessInfo . processInfo. environment [ " SWIFTPM_LLBUILD_FWK " ] == nil {
211211 if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
212212 package . dependencies += [
213- . package ( url: " https://github.com/apple/swift-llbuild.git " , . branch ( " swift-5.2-branch " ) ) ,
213+ . package ( url: " https://github.com/apple/swift-llbuild.git " , . exact ( " 0.3.0 " ) ) ,
214214 ]
215215 } else {
216216 // In Swift CI, use a local path to llbuild to interoperate with tools
@@ -224,7 +224,7 @@ if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
224224
225225if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
226226 package . dependencies += [
227- . package ( url: " https://github.com/apple/swift-tools-support-core.git " , . branch ( " swift-5.2-branch " ) ) ,
227+ . package ( url: " https://github.com/apple/swift-tools-support-core.git " , . exact ( " 0.1.0 " ) ) ,
228228 ]
229229} else {
230230 package . dependencies += [
You can’t perform that action at this time.
0 commit comments