Skip to content

Commit e3e06b3

Browse files
chore(Deps): bump github.com/apple/swift-syntax from 510.0.3 to 600.0.0 (#99)
Bumps [github.com/apple/swift-syntax](https://github.com/apple/swift-syntax) from 510.0.3 to 600.0.0. - [Release notes](https://github.com/apple/swift-syntax/releases) - [Commits](swiftlang/swift-syntax@510.0.3...600.0.0) --- updated-dependencies: - dependency-name: github.com/apple/swift-syntax dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b9f7fe4 commit e3e06b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
.plugin(name: "MetaProtocolCodable", targets: ["MetaProtocolCodable"]),
2020
],
2121
dependencies: [
22-
.package(url: "https://github.com/apple/swift-syntax.git", "509.1.0"..<"511.0.0"),
22+
.package(url: "https://github.com/apple/swift-syntax.git", "509.1.0"..<"601.0.0"),
2323
.package(url: "https://github.com/apple/swift-collections.git", from: "1.0.4"),
2424
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
2525
.package(url: "https://github.com/apple/swift-format", from: "509.0.0"),

0 commit comments

Comments
 (0)