File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
"kind" : " remoteSourceControl" ,
6
6
"location" : " https://github.com/segmentio/jsonsafeencoder-swift.git" ,
7
7
"state" : {
8
- "revision" : " 75ad40f07d4e0b938e3afb80811244d6b7acd4ba " ,
9
- "version" : " 1.0.0 "
8
+ "revision" : " 8b70dc8c01b7b041912e30e29d2b488a43f782ac " ,
9
+ "version" : " 1.0.1 "
10
10
}
11
11
},
12
12
{
13
13
"identity" : " sovran-swift" ,
14
14
"kind" : " remoteSourceControl" ,
15
- "location" : " https://github.com/segmentio/Sovran-Swift .git" ,
15
+ "location" : " https://github.com/segmentio/sovran-swift .git" ,
16
16
"state" : {
17
17
"revision" : " 64f3b5150c282a34af4578188dce2fd597e600e3" ,
18
18
"version" : " 1.1.0"
19
19
}
20
20
}
21
21
],
22
22
"version" : 2
23
- }
23
+ }
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ let package = Package(
21
21
// Dependencies declare other packages that this package depends on.
22
22
// .package(url: /* package url */, from: "1.0.0"),
23
23
. package ( url: " https://github.com/segmentio/sovran-swift.git " , from: " 1.1.0 " ) ,
24
- . package ( url: " https://github.com/segmentio/jsonsafeencoder-swift.git " , from: " 1.0.0 " )
24
+ . package ( url: " https://github.com/segmentio/jsonsafeencoder-swift.git " , from: " 1.0.1 " )
25
25
] ,
26
26
targets: [
27
27
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ let package = Package(
22
22
// Dependencies declare other packages that this package depends on.
23
23
// .package(url: /* package url */, from: "1.0.0"),
24
24
. package ( url: " https://github.com/segmentio/sovran-swift.git " , from: " 1.1.0 " ) ,
25
- . package ( url: " https://github.com/segmentio/jsonsafeencoder-swift.git " , from: " 1.0.0 " )
25
+ . package ( url: " https://github.com/segmentio/jsonsafeencoder-swift.git " , from: " 1.0.1 " )
26
26
] ,
27
27
targets: [
28
28
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
You can’t perform that action at this time.
0 commit comments