File tree 3 files changed +16
-15
lines changed
3 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 24
24
strategy :
25
25
matrix :
26
26
include :
27
- - os : macos-12
28
- xcode : 13.2.1 # Swift 5.5.2
29
- - os : macos-12
30
- xcode : 13.4.1 # Swift 5.6
31
27
- os : macos-13
32
28
xcode : 14.2 # Swift 5.7
33
29
- os : macos-13
Original file line number Diff line number Diff line change 6
6
"repositoryURL" : " https://github.com/pointfreeco/combine-schedulers.git" ,
7
7
"state" : {
8
8
"branch" : null ,
9
- "revision" : " 882ac01eb7ef9e36d4467eb4b1151e74fcef85ab " ,
10
- "version" : " 0.9.1 "
9
+ "revision" : " 9dc9cbe4bc45c65164fa653a563d8d8db61b09bb " ,
10
+ "version" : " 1.0.0 "
11
11
}
12
12
},
13
13
{
19
19
"version" : " 9.1.0"
20
20
}
21
21
},
22
+ {
23
+ "package" : " swift-concurrency-extras" ,
24
+ "repositoryURL" : " https://github.com/pointfreeco/swift-concurrency-extras" ,
25
+ "state" : {
26
+ "branch" : null ,
27
+ "revision" : " ea631ce892687f5432a833312292b80db238186a" ,
28
+ "version" : " 1.0.0"
29
+ }
30
+ },
22
31
{
23
32
"package" : " xctest-dynamic-overlay" ,
24
33
"repositoryURL" : " https://github.com/pointfreeco/xctest-dynamic-overlay" ,
25
34
"state" : {
26
35
"branch" : null ,
27
- "revision" : " 4af50b38daf0037cfbab15514a241224c3f62f98 " ,
28
- "version" : " 0.8.5 "
36
+ "revision" : " 302891700c7fa3b92ebde9fe7b42933f8349f3c7 " ,
37
+ "version" : " 1.0.0 "
29
38
}
30
39
}
31
40
]
Original file line number Diff line number Diff line change 1
- // swift-tools-version:5.5
1
+ // swift-tools-version:5.6
2
2
3
3
import PackageDescription
4
4
@@ -25,10 +25,7 @@ extension Product {
25
25
26
26
extension Target {
27
27
static let targets : [ Target ] = [
28
- . target(
29
- name: " NetworkService " ,
30
- dependencies: [ ]
31
- ) ,
28
+ . target( name: " NetworkService " ) ,
32
29
. testTarget(
33
30
name: " NetworkServiceTests " ,
34
31
dependencies: [
@@ -58,9 +55,8 @@ extension Package.Dependency {
58
55
static let dependencies : [ Package . Dependency ] = [
59
56
. package ( url: " https://github.com/AliSoftware/OHHTTPStubs.git " , from: " 9.1.0 " ) ,
60
57
. package (
61
- name: " combine-schedulers " ,
62
58
url: " https://github.com/pointfreeco/combine-schedulers.git " ,
63
- . upToNextMajor ( from: " 0.6.0 " )
59
+ from: " 1.0.0 "
64
60
) ,
65
61
]
66
62
}
You can’t perform that action at this time.
0 commit comments