File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 10
10
"version" : " 2.1.2"
11
11
}
12
12
},
13
+ {
14
+ "package" : " Graphiti" ,
15
+ "repositoryURL" : " https://github.com/GraphQLSwift/Graphiti.git" ,
16
+ "state" : {
17
+ "branch" : null ,
18
+ "revision" : " 35cf75fd6506042e1132f308b0c446858dba85f0" ,
19
+ "version" : " 0.22.1"
20
+ }
21
+ },
13
22
{
14
23
"package" : " GraphQL" ,
15
24
"repositoryURL" : " https://github.com/GraphQLSwift/GraphQL.git" ,
16
25
"state" : {
17
26
"branch" : null ,
18
- "revision" : " 21104b805ad7de5a223b0d78e0cf5d9d49465ac4 " ,
19
- "version" : " 1.1.8 "
27
+ "revision" : " abf41c20c79331444ee3a290373d7c647c244383 " ,
28
+ "version" : " 1.2.0 "
20
29
}
21
30
},
22
31
{
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ let package = Package(
7
7
. library( name: " GraphQLRxSwift " , targets: [ " GraphQLRxSwift " ] ) ,
8
8
] ,
9
9
dependencies: [
10
- . package ( url: " https://github.com/GraphQLSwift/GraphQL.git " , . upToNextMajor( from: " 1.1.7 " ) ) ,
10
+ . package ( url: " https://github.com/GraphQLSwift/GraphQL.git " , . upToNextMajor( from: " 1.2.0 " ) ) ,
11
11
. package ( url: " https://github.com/GraphQLSwift/Graphiti.git " , . upToNextMinor( from: " 0.22.0 " ) ) ,
12
12
. package ( url: " https://github.com/ReactiveX/RxSwift.git " , . upToNextMajor( from: " 6.1.0 " ) )
13
13
] ,
You can’t perform that action at this time.
0 commit comments