diff --git a/Package.resolved b/Package.resolved index 168f10c..b5f5cdd 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "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" } }, { @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-macro-testing.git", "state" : { - "revision" : "5c4a1b9d7c23cd5c08ea50677d8e89080365cb00", - "version" : "0.4.0" + "revision" : "20c1a8f3b624fb5d1503eadcaa84743050c350f4", + "version" : "0.5.2" } }, { @@ -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" } } ], diff --git a/Package.swift b/Package.swift index 3372f43..3f0d3cb 100644 --- a/Package.swift +++ b/Package.swift @@ -17,12 +17,12 @@ 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", @@ -30,7 +30,7 @@ let package = Package( ), .package( url: "https://github.com/pointfreeco/swift-macro-testing.git", - from: "0.3.0" + from: "0.5.1" ) ],