Skip to content

Commit 68770e6

Browse files
committed
fix: Bump combine-schedulers dependency
1 parent 6569921 commit 68770e6

File tree

3 files changed

+60
-63
lines changed

3 files changed

+60
-63
lines changed

.swiftpm/configuration/Package.resolved

+12-13
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
2-
"originHash" : "d253e06ba37aecae6c76936dfd2d7a90fd73e2d60d7533f62e9d887b311468fb",
32
"pins" : [
43
{
54
"identity" : "combine-schedulers",
65
"kind" : "remoteSourceControl",
76
"location" : "https://github.com/pointfreeco/combine-schedulers.git",
87
"state" : {
9-
"revision" : "487a4d151e795a5e076a7e7aedcd13c2ebff6c31",
10-
"version" : "1.0.1"
8+
"revision" : "9fa31f4403da54855f1e2aeaeff478f4f0e40b13",
9+
"version" : "1.0.2"
1110
}
1211
},
1312
{
@@ -19,15 +18,6 @@
1918
"version" : "1.1.0"
2019
}
2120
},
22-
{
23-
"identity" : "swift-issue-reporting",
24-
"kind" : "remoteSourceControl",
25-
"location" : "https://github.com/pointfreeco/swift-issue-reporting",
26-
"state" : {
27-
"revision" : "c85092304cda8cb38d2d68454b29609a8013620b",
28-
"version" : "1.2.1"
29-
}
30-
},
3121
{
3222
"identity" : "swift-snapshot-testing",
3323
"kind" : "remoteSourceControl",
@@ -45,7 +35,16 @@
4535
"revision" : "4c6cc0a3b9e8f14b3ae2307c5ccae4de6167ac2c",
4636
"version" : "600.0.0-prerelease-2024-06-12"
4737
}
38+
},
39+
{
40+
"identity" : "xctest-dynamic-overlay",
41+
"kind" : "remoteSourceControl",
42+
"location" : "https://github.com/pointfreeco/xctest-dynamic-overlay",
43+
"state" : {
44+
"revision" : "357ca1e5dd31f613a1d43320870ebc219386a495",
45+
"version" : "1.2.2"
46+
}
4847
}
4948
],
50-
"version" : 3
49+
"version" : 2
5150
}

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
],
1414
dependencies: [
1515
.package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.17.2"),
16-
.package(name: "combine-schedulers", url: "https://github.com/pointfreeco/combine-schedulers.git", from: "1.0.1")
16+
.package(name: "combine-schedulers", url: "https://github.com/pointfreeco/combine-schedulers.git", from: "1.0.2")
1717
],
1818
targets: [
1919
.target(
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,50 @@
11
{
2-
"object": {
3-
"pins": [
4-
{
5-
"package": "combine-schedulers",
6-
"repositoryURL": "https://github.com/pointfreeco/combine-schedulers.git",
7-
"state": {
8-
"branch": null,
9-
"revision": "487a4d151e795a5e076a7e7aedcd13c2ebff6c31",
10-
"version": "1.0.1"
11-
}
12-
},
13-
{
14-
"package": "swift-concurrency-extras",
15-
"repositoryURL": "https://github.com/pointfreeco/swift-concurrency-extras",
16-
"state": {
17-
"branch": null,
18-
"revision": "bb5059bde9022d69ac516803f4f227d8ac967f71",
19-
"version": "1.1.0"
20-
}
21-
},
22-
{
23-
"package": "swift-issue-reporting",
24-
"repositoryURL": "https://github.com/pointfreeco/swift-issue-reporting",
25-
"state": {
26-
"branch": null,
27-
"revision": "926f43898706eaa127db79ac42138e1ad7e85a3f",
28-
"version": "1.2.0"
29-
}
30-
},
31-
{
32-
"package": "swift-snapshot-testing",
33-
"repositoryURL": "https://github.com/pointfreeco/swift-snapshot-testing.git",
34-
"state": {
35-
"branch": null,
36-
"revision": "c097f955b4e724690f0fc8ffb7a6d4b881c9c4e3",
37-
"version": "1.17.2"
38-
}
39-
},
40-
{
41-
"package": "swift-syntax",
42-
"repositoryURL": "https://github.com/swiftlang/swift-syntax",
43-
"state": {
44-
"branch": null,
45-
"revision": "4c6cc0a3b9e8f14b3ae2307c5ccae4de6167ac2c",
46-
"version": "600.0.0-prerelease-2024-06-12"
47-
}
2+
"pins" : [
3+
{
4+
"identity" : "combine-schedulers",
5+
"kind" : "remoteSourceControl",
6+
"location" : "https://github.com/pointfreeco/combine-schedulers.git",
7+
"state" : {
8+
"revision" : "9fa31f4403da54855f1e2aeaeff478f4f0e40b13",
9+
"version" : "1.0.2"
4810
}
49-
]
50-
},
51-
"version": 1
11+
},
12+
{
13+
"identity" : "swift-concurrency-extras",
14+
"kind" : "remoteSourceControl",
15+
"location" : "https://github.com/pointfreeco/swift-concurrency-extras",
16+
"state" : {
17+
"revision" : "bb5059bde9022d69ac516803f4f227d8ac967f71",
18+
"version" : "1.1.0"
19+
}
20+
},
21+
{
22+
"identity" : "swift-snapshot-testing",
23+
"kind" : "remoteSourceControl",
24+
"location" : "https://github.com/pointfreeco/swift-snapshot-testing.git",
25+
"state" : {
26+
"revision" : "c097f955b4e724690f0fc8ffb7a6d4b881c9c4e3",
27+
"version" : "1.17.2"
28+
}
29+
},
30+
{
31+
"identity" : "swift-syntax",
32+
"kind" : "remoteSourceControl",
33+
"location" : "https://github.com/swiftlang/swift-syntax",
34+
"state" : {
35+
"revision" : "4c6cc0a3b9e8f14b3ae2307c5ccae4de6167ac2c",
36+
"version" : "600.0.0-prerelease-2024-06-12"
37+
}
38+
},
39+
{
40+
"identity" : "xctest-dynamic-overlay",
41+
"kind" : "remoteSourceControl",
42+
"location" : "https://github.com/pointfreeco/xctest-dynamic-overlay",
43+
"state" : {
44+
"revision" : "357ca1e5dd31f613a1d43320870ebc219386a495",
45+
"version" : "1.2.2"
46+
}
47+
}
48+
],
49+
"version" : 2
5250
}

0 commit comments

Comments
 (0)