Skip to content

Commit 9f58616

Browse files
committed
Update Package.swift
1 parent 6c9e2b5 commit 9f58616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ let package = Package(
3434
packageDependencies.append(contentsOf: [
3535
.package(url: "https://github.com/apple/swift-atomics.git", .upToNextMajor(from: "1.2.0")),
3636
.package(url: "https://github.com/apple/swift-collections.git", .upToNextMajor(from: "1.2.0")),
37-
.package(url: "https://github.com/apple/swift-syntax", from: "601.0.0"),
37+
.package(url: "https://github.com/apple/swift-syntax.git", .upToNextMajor(from: "601.0.0")),
3838
])
3939

4040
#if false // Linting / Formating
4141
packageDependencies.append(contentsOf: [
42-
.package(url: "https://github.com/apple/swift-format", from: "601.0.0"),
42+
.package(url: "https://github.com/apple/swift-format.git", .upToNextMajor(from: "601.0.0")),
4343
])
4444
#endif
4545

0 commit comments

Comments
 (0)