Skip to content

Commit

Permalink
Merge pull request #93 from squareup/bradfol/bump-swift-syntax
Browse files Browse the repository at this point in the history
Bump Swift Syntax to 509.0.2
  • Loading branch information
bradfol authored Nov 2, 2023
2 parents bc19cdc + 8288f12 commit 747841d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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" : "ffa3cd6fc2aa62adbedd31d3efaf7c0d86a9f029",
"version" : "509.0.1"
"revision" : "6ad4ea24b01559dde0773e3d091f1b9e36175036",
"version" : "509.0.2"
}
},
{
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.1"),
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.2"),
.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 747841d

Please sign in to comment.