File tree 1 file changed +2
-2
lines changed
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
210
210
if ProcessInfo . processInfo. environment [ " SWIFTPM_LLBUILD_FWK " ] == nil {
211
211
if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
212
212
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 " ) ) ,
214
214
]
215
215
} else {
216
216
// 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 {
224
224
225
225
if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
226
226
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 " ) ) ,
228
228
]
229
229
} else {
230
230
package . dependencies += [
You can’t perform that action at this time.
0 commit comments