Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Sep 8, 2023
1 parent 0a44986 commit 89a82cf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-snapshot-testing",
"state" : {
"branch" : "async",
"revision" : "28c1ed939b86e878f09b8b2203f5e4da91fb738d"
"branch" : "async-swift-syntax",
"revision" : "4b16ef634a62c6ddd9013810f43f7344470b20de"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"state" : {
"revision" : "7bb5231dad28c6dceabf7a439867f39d2c105e4f",
"version" : "509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-09-05-a"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/pointfreeco/swift-html", revision: "14d01d1"),
.package(url: "https://github.com/pointfreeco/swift-prelude", revision: "da5ead2"),
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", branch: "async"),
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", branch: "async-swift-syntax"),
.package(url: "https://github.com/apple/swift-crypto.git", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.0.0"),
Expand Down

0 comments on commit 89a82cf

Please sign in to comment.