Skip to content

Commit

Permalink
Merge pull request #106 from squareup/bradfol/bump-swift-syntax
Browse files Browse the repository at this point in the history
Bump swift-syntax to 509.1.0
  • Loading branch information
bradfol authored Jan 10, 2024
2 parents 3be5b90 + b529c99 commit dbb8e72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"state" : {
"revision" : "6ad4ea24b01559dde0773e3d091f1b9e36175036",
"version" : "509.0.2"
"revision" : "43c802fb7f96e090dde015344a94b5e85779eff1",
"version" : "509.1.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"state" : {
"revision" : "6ad4ea24b01559dde0773e3d091f1b9e36175036",
"version" : "509.0.2"
"revision" : "43c802fb7f96e090dde015344a94b5e85779eff1",
"version" : "509.1.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
.executable(name: "knit-cli", targets: ["KnitCommand"])
],
dependencies: [
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.2"),
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.1.0"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.0"),
.package(url: "https://github.com/Swinject/Swinject.git", from: "2.8.3"),
.package(url: "https://github.com/Swinject/SwinjectAutoregistration.git", from: "2.8.3"),
Expand Down

0 comments on commit dbb8e72

Please sign in to comment.