Skip to content

Commit f0ad11e

Browse files
committed
Update package dependencies for 508.0.0.
1 parent c0b55ef commit f0ad11e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,15 +215,15 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
215215
package.dependencies += [
216216
.package(
217217
url: "https://github.com/apple/swift-argument-parser.git",
218-
branch: "main"
218+
Version("1.0.1")..<Version("1.2.0")
219219
),
220220
.package(
221221
url: "https://github.com/apple/swift-syntax.git",
222-
branch: "main"
222+
from: "508.0.0"
223223
),
224224
.package(
225225
url: "https://github.com/apple/swift-tools-support-core.git",
226-
branch: "main"
226+
from: "0.5.0"
227227
),
228228
]
229229
} else {

0 commit comments

Comments
 (0)