Skip to content

Commit 8215beb

Browse files
authored
Merge pull request #26 from dirtyhenry/fix-build
build: fix deploy task
2 parents ec671f8 + 73302b2 commit 8215beb

File tree

2 files changed

+21
-23
lines changed

2 files changed

+21
-23
lines changed

Package.resolved

+20-22
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
{
2-
"object": {
3-
"pins": [
4-
{
5-
"package": "swift-argument-parser",
6-
"repositoryURL": "https://github.com/apple/swift-argument-parser",
7-
"state": {
8-
"branch": null,
9-
"revision": "0fbc8848e389af3bb55c182bc19ca9d5dc2f255b",
10-
"version": "1.4.0"
11-
}
12-
},
13-
{
14-
"package": "swift-blocks",
15-
"repositoryURL": "https://github.com/dirtyhenry/swift-blocks",
16-
"state": {
17-
"branch": null,
18-
"revision": "8a15ed6586db12bd404a458ee1c64406943d28e9",
19-
"version": "0.4.0"
20-
}
2+
"pins" : [
3+
{
4+
"identity" : "swift-argument-parser",
5+
"kind" : "remoteSourceControl",
6+
"location" : "https://github.com/apple/swift-argument-parser",
7+
"state" : {
8+
"revision" : "41982a3656a71c768319979febd796c6fd111d5c",
9+
"version" : "1.5.0"
2110
}
22-
]
23-
},
24-
"version": 1
11+
},
12+
{
13+
"identity" : "swift-blocks",
14+
"kind" : "remoteSourceControl",
15+
"location" : "https://github.com/dirtyhenry/swift-blocks",
16+
"state" : {
17+
"branch" : "main",
18+
"revision" : "ee7ff8205853d96feb0ea2a395835b8dc243897f"
19+
}
20+
}
21+
],
22+
"version" : 2
2523
}

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
dependencies: [
1414
.package(
1515
url: "https://github.com/dirtyhenry/swift-blocks",
16-
from: "0.4.0"
16+
branch: "main"
1717
),
1818
.package(
1919
url: "https://github.com/apple/swift-argument-parser",

0 commit comments

Comments
 (0)