Skip to content

Commit 81bf92e

Browse files
author
Stephane Magne
committed
Bump Weaver version to 1.1.3
1 parent 0fda7e0 commit 81bf92e

File tree

4 files changed

+16
-34
lines changed

4 files changed

+16
-34
lines changed

Package.resolved

+13-31
Original file line numberDiff line numberDiff line change
@@ -19,30 +19,12 @@
1919
"version": "0.9.1"
2020
}
2121
},
22-
{
23-
"package": "CwlCatchException",
24-
"repositoryURL": "https://github.com/mattgallagher/CwlCatchException.git",
25-
"state": {
26-
"branch": null,
27-
"revision": "7cd2f8cacc4d22f21bc0b2309c3b18acf7957b66",
28-
"version": "1.2.0"
29-
}
30-
},
31-
{
32-
"package": "CwlPreconditionTesting",
33-
"repositoryURL": "https://github.com/mattgallagher/CwlPreconditionTesting.git",
34-
"state": {
35-
"branch": null,
36-
"revision": "c228db5d2ad1b01ebc84435e823e6cca4e3db98b",
37-
"version": "1.2.0"
38-
}
39-
},
4022
{
4123
"package": "Meta",
4224
"repositoryURL": "https://github.com/scribd/Meta.git",
4325
"state": {
4426
"branch": "master",
45-
"revision": "a955d8dfbaaf6416922967d190580ea5a4571288",
27+
"revision": "ac1103cdc06d31cee65d8b802f21a45e00271a18",
4628
"version": null
4729
}
4830
},
@@ -51,8 +33,8 @@
5133
"repositoryURL": "https://github.com/Quick/Nimble.git",
5234
"state": {
5335
"branch": null,
54-
"revision": "b02b00b30b6353632aa4a5fb6124f8147f7140c0",
55-
"version": "8.0.5"
36+
"revision": "7a46a5fc86cb917f69e3daf79fcb045283d8f008",
37+
"version": "8.1.2"
5638
}
5739
},
5840
{
@@ -69,26 +51,26 @@
6951
"repositoryURL": "https://github.com/Quick/Quick.git",
7052
"state": {
7153
"branch": null,
72-
"revision": "33682c2f6230c60614861dfc61df267e11a1602f",
73-
"version": "2.2.0"
54+
"revision": "09b3becb37cb2163919a3842a4c5fa6ec7130792",
55+
"version": "2.2.1"
7456
}
7557
},
7658
{
7759
"package": "Rainbow",
7860
"repositoryURL": "https://github.com/onevcat/Rainbow",
7961
"state": {
8062
"branch": null,
81-
"revision": "9c52c1952e9b2305d4507cf473392ac2d7c9b155",
82-
"version": "3.1.5"
63+
"revision": "626c3d4b6b55354b4af3aa309f998fae9b31a3d9",
64+
"version": "3.2.0"
8365
}
8466
},
8567
{
8668
"package": "ShellOut",
8769
"repositoryURL": "https://github.com/JohnSundell/ShellOut.git",
8870
"state": {
8971
"branch": null,
90-
"revision": "4ebf25863deb9c3c02696704fc3d39736183f258",
91-
"version": "2.2.1"
72+
"revision": "e1577acf2b6e90086d01a6d5e2b8efdaae033568",
73+
"version": "2.3.0"
9274
}
9375
},
9476
{
@@ -105,17 +87,17 @@
10587
"repositoryURL": "https://github.com/kylef/Spectre.git",
10688
"state": {
10789
"branch": null,
108-
"revision": "f14ff47f45642aa5703900980b014c2e9394b6e5",
109-
"version": "0.9.0"
90+
"revision": "f79d4ecbf8bc4e1579fbd86c3e1d652fb6876c53",
91+
"version": "0.9.2"
11092
}
11193
},
11294
{
11395
"package": "SWXMLHash",
11496
"repositoryURL": "https://github.com/drmohundro/SWXMLHash.git",
11597
"state": {
11698
"branch": null,
117-
"revision": "a4931e5c3bafbedeb1601d3bb76bbe835c6d475a",
118-
"version": "5.0.1"
99+
"revision": "9183170d20857753d4f331b0ca63f73c60764bf3",
100+
"version": "5.0.2"
119101
}
120102
},
121103
{

Sample/API/Generated/Weaver.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Foundation
22
import UIKit
33

44
// swiftlint:disable all
5-
/// This file is generated by Weaver 1.1.2
5+
/// This file is generated by Weaver 1.1.3
66
/// DO NOT EDIT!
77

88
final class MainDependencyContainer {

Sample/Sample/Generated/Weaver.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Foundation
33
import UIKit
44

55
// swiftlint:disable all
6-
/// This file is generated by Weaver 1.1.2
6+
/// This file is generated by Weaver 1.1.3
77
/// DO NOT EDIT!
88

99
@objc(SampleIOSMainDependencyContainer)

Sources/WeaverCommand/Command.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import Darwin
1313
import PathKit
1414
import Rainbow
1515

16-
private let version = "1.1.2"
16+
private let version = "1.1.3"
1717

1818
// MARK: - Linker
1919

0 commit comments

Comments
 (0)