Skip to content

Commit 7711942

Browse files
committed
chore: update package file to point to latest nimble version
1 parent 920ec18 commit 7711942

File tree

1 file changed

+38
-40
lines changed

1 file changed

+38
-40
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,41 @@
11
{
2-
"object": {
3-
"pins": [
4-
{
5-
"package": "CwlCatchException",
6-
"repositoryURL": "https://github.com/mattgallagher/CwlCatchException.git",
7-
"state": {
8-
"branch": null,
9-
"revision": "35f9e770f54ce62dd8526470f14c6e137cef3eea",
10-
"version": "2.1.1"
11-
}
12-
},
13-
{
14-
"package": "CwlPreconditionTesting",
15-
"repositoryURL": "https://github.com/mattgallagher/CwlPreconditionTesting.git",
16-
"state": {
17-
"branch": null,
18-
"revision": "c21f7bab5ca8eee0a9998bbd17ca1d0eb45d4688",
19-
"version": "2.1.0"
20-
}
21-
},
22-
{
23-
"package": "Nimble",
24-
"repositoryURL": "https://github.com/Quick/Nimble.git",
25-
"state": {
26-
"branch": null,
27-
"revision": "c93f16c25af5770f0d3e6af27c9634640946b068",
28-
"version": "9.2.1"
29-
}
30-
},
31-
{
32-
"package": "Quick",
33-
"repositoryURL": "https://github.com/Quick/Quick.git",
34-
"state": {
35-
"branch": null,
36-
"revision": "f9d519828bb03dfc8125467d8f7b93131951124c",
37-
"version": "5.0.1"
38-
}
2+
"pins" : [
3+
{
4+
"identity" : "cwlcatchexception",
5+
"kind" : "remoteSourceControl",
6+
"location" : "https://github.com/mattgallagher/CwlCatchException.git",
7+
"state" : {
8+
"revision" : "07b2ba21d361c223e25e3c1e924288742923f08c",
9+
"version" : "2.2.1"
3910
}
40-
]
41-
},
42-
"version": 1
11+
},
12+
{
13+
"identity" : "cwlpreconditiontesting",
14+
"kind" : "remoteSourceControl",
15+
"location" : "https://github.com/mattgallagher/CwlPreconditionTesting.git",
16+
"state" : {
17+
"revision" : "0139c665ebb45e6a9fbdb68aabfd7c39f3fe0071",
18+
"version" : "2.2.2"
19+
}
20+
},
21+
{
22+
"identity" : "nimble",
23+
"kind" : "remoteSourceControl",
24+
"location" : "https://github.com/Quick/Nimble.git",
25+
"state" : {
26+
"revision" : "831000dd1939bc2096df572c5fd156f41d858bfa",
27+
"version" : "12.1.0"
28+
}
29+
},
30+
{
31+
"identity" : "quick",
32+
"kind" : "remoteSourceControl",
33+
"location" : "https://github.com/Quick/Quick.git",
34+
"state" : {
35+
"revision" : "9913828ef3554e6cc1a57797c9f8dfd136c6c9d6",
36+
"version" : "7.1.0"
37+
}
38+
}
39+
],
40+
"version" : 2
4341
}

0 commit comments

Comments
 (0)