File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
set -e
15
15
echo " >> Building Kitura"
16
16
travis_start " swift_build_kitura"
17
- cd .. && git clone https://github.com/IBM-Swift /Kitura && cd Kitura
17
+ cd .. && git clone https://github.com/Kitura /Kitura && cd Kitura
18
18
19
19
# Build once
20
20
swift build
Original file line number Diff line number Diff line change 20
20
import PackageDescription
21
21
22
22
var dependencies : [ Package . Dependency ] = [
23
- . package ( url: " https://github.com/Kitura/LoggerAPI.git " , from: " 1.9.200 " ) ,
24
- . package ( url: " https://github.com/Kitura/BlueSocket.git " , from: " 1 .0.200 " ) ,
25
- . package ( url: " https://github.com/Kitura/BlueSSLService.git " , from: " 1 .0.200 " )
23
+ . package ( url: " https://github.com/Kitura/LoggerAPI.git " , from: " 2.0.0 " ) ,
24
+ . package ( url: " https://github.com/Kitura/BlueSocket.git " , from: " 2 .0.0 " ) ,
25
+ . package ( url: " https://github.com/Kitura/BlueSSLService.git " , from: " 2 .0.0 " )
26
26
]
27
27
28
28
var kituraNetDependencies : [ Target . Dependency ] = [
@@ -35,7 +35,7 @@ var kituraNetDependencies: [Target.Dependency] = [
35
35
36
36
#if os(Linux)
37
37
dependencies. append ( contentsOf: [
38
- . package ( url: " https://github.com/Kitura/BlueSignals.git " , from: " 1 .0.200 " )
38
+ . package ( url: " https://github.com/Kitura/BlueSignals.git " , from: " 2 .0.0 " )
39
39
] )
40
40
41
41
kituraNetDependencies. append ( contentsOf: [
You can’t perform that action at this time.
0 commit comments