Skip to content

Commit 4b4d36c

Browse files
committed
Merge remote-tracking branch 'origin/main' into muukii/swift6
2 parents 43978cf + ea8f1e5 commit 4b4d36c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Package.resolved

+8-8
Original file line numberDiff line numberDiff line change
@@ -42,35 +42,35 @@
4242
"kind" : "remoteSourceControl",
4343
"location" : "https://github.com/pointfreeco/swift-macro-testing.git",
4444
"state" : {
45-
"revision" : "5c4a1b9d7c23cd5c08ea50677d8e89080365cb00",
46-
"version" : "0.4.0"
45+
"revision" : "20c1a8f3b624fb5d1503eadcaa84743050c350f4",
46+
"version" : "0.5.2"
4747
}
4848
},
4949
{
5050
"identity" : "swift-snapshot-testing",
5151
"kind" : "remoteSourceControl",
5252
"location" : "https://github.com/pointfreeco/swift-snapshot-testing",
5353
"state" : {
54-
"revision" : "625ccca8570773dd84a34ee51a81aa2bc5a4f97a",
55-
"version" : "1.16.0"
54+
"revision" : "7b0bbbae90c41f848f90ac7b4df6c4f50068256d",
55+
"version" : "1.17.5"
5656
}
5757
},
5858
{
5959
"identity" : "swift-syntax",
6060
"kind" : "remoteSourceControl",
6161
"location" : "https://github.com/apple/swift-syntax.git",
6262
"state" : {
63-
"revision" : "2bc86522d115234d1f588efe2bcb4ce4be8f8b82",
64-
"version" : "510.0.3"
63+
"revision" : "0687f71944021d616d34d922343dcef086855920",
64+
"version" : "600.0.1"
6565
}
6666
},
6767
{
6868
"identity" : "viewinspector",
6969
"kind" : "remoteSourceControl",
7070
"location" : "https://github.com/nalexn/ViewInspector.git",
7171
"state" : {
72-
"branch" : "0.10.0",
73-
"revision" : "23d6fabc6e8f0115c94ad3af5935300c70e0b7fa"
72+
"revision" : "5acfa0a3c095ac9ad050abe51c60d1831e8321da",
73+
"version" : "0.10.0"
7474
}
7575
}
7676
],

Package.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ let package = Package(
2626
.package(url: "https://github.com/VergeGroup/swift-concurrency-task-manager", from: "1.1.0"),
2727

2828
/// for testing
29-
.package(url: "https://github.com/nalexn/ViewInspector.git", branch: "0.10.0"),
30-
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.3"),
31-
.package(url: "https://github.com/pointfreeco/swift-macro-testing.git", from: "0.2.1"),
29+
.package(url: "https://github.com/nalexn/ViewInspector.git", from: "0.10.0"),
30+
.package(url: "https://github.com/apple/swift-syntax.git", from: "600.0.0"),
31+
.package(url: "https://github.com/pointfreeco/swift-macro-testing.git", from: "0.2.1")
3232
],
3333
targets: [
3434

0 commit comments

Comments
 (0)