Skip to content

Commit 645f09e

Browse files
authored
Update package dependencies (#323)
* Update package dependencies * Update github org
1 parent 242c986 commit 645f09e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.kitura-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414
set -e
1515
echo ">> Building Kitura"
1616
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
1818

1919
# Build once
2020
swift build

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
import PackageDescription
2121

2222
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")
2626
]
2727

2828
var kituraNetDependencies: [Target.Dependency] = [
@@ -35,7 +35,7 @@ var kituraNetDependencies: [Target.Dependency] = [
3535

3636
#if os(Linux)
3737
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")
3939
])
4040

4141
kituraNetDependencies.append(contentsOf: [

0 commit comments

Comments
 (0)