Skip to content

Commit

Permalink
Merge pull request #43 from p-x9/feature/update-swift-syntax-url
Browse files Browse the repository at this point in the history
Adapt SwiftSyntax repository URL
  • Loading branch information
p-x9 authored Aug 31, 2024
2 parents 01d6e85 + 19904c8 commit b60794c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/p-x9/swift-literal-type-inference.git",
"state" : {
"revision" : "4de2706aee972bc87e1723578b75fa403fc779dd",
"version" : "0.2.0"
"revision" : "59480c8b9dbd4fcd414d86abf11ba4d749b7d5ff",
"version" : "0.3.0"
}
},
{
"identity" : "swift-macro-testing",
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-macro-testing.git",
"state" : {
"revision" : "5c4a1b9d7c23cd5c08ea50677d8e89080365cb00",
"version" : "0.4.0"
"revision" : "20c1a8f3b624fb5d1503eadcaa84743050c350f4",
"version" : "0.5.2"
}
},
{
Expand All @@ -32,17 +32,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-snapshot-testing",
"state" : {
"revision" : "625ccca8570773dd84a34ee51a81aa2bc5a4f97a",
"version" : "1.16.0"
"revision" : "6d932a79e7173b275b96c600c86c603cf84f153c",
"version" : "1.17.4"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"location" : "https://github.com/swiftlang/swift-syntax.git",
"state" : {
"revision" : "fa8f95c2d536d6620cc2f504ebe8a6167c9fc2dd",
"version" : "510.0.1"
"revision" : "2bc86522d115234d1f588efe2bcb4ce4be8f8b82",
"version" : "510.0.3"
}
}
],
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ let package = Package(
],
dependencies: [
.package(
url: "https://github.com/apple/swift-syntax.git",
url: "https://github.com/swiftlang/swift-syntax.git",
"509.0.0"..<"511.0.0"
),
.package(
url: "https://github.com/p-x9/swift-literal-type-inference.git",
from: "0.2.0"
from: "0.3.0"
),
.package(
url: "https://github.com/p-x9/swift-object-association.git",
from: "0.5.0"
),
.package(
url: "https://github.com/pointfreeco/swift-macro-testing.git",
from: "0.3.0"
from: "0.5.1"
)

],
Expand Down

0 comments on commit b60794c

Please sign in to comment.