Skip to content

Commit

Permalink
Update package dependencies (#323)
Browse files Browse the repository at this point in the history
* Update package dependencies

* Update github org
  • Loading branch information
dannys42 committed Sep 13, 2021
1 parent 242c986 commit 645f09e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .kitura-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi
set -e
echo ">> Building Kitura"
travis_start "swift_build_kitura"
cd .. && git clone https://github.com/IBM-Swift/Kitura && cd Kitura
cd .. && git clone https://github.com/Kitura/Kitura && cd Kitura

# Build once
swift build
Expand Down
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
import PackageDescription

var dependencies: [Package.Dependency] = [
.package(url: "https://github.com/Kitura/LoggerAPI.git", from: "1.9.200"),
.package(url: "https://github.com/Kitura/BlueSocket.git", from: "1.0.200"),
.package(url: "https://github.com/Kitura/BlueSSLService.git", from: "1.0.200")
.package(url: "https://github.com/Kitura/LoggerAPI.git", from: "2.0.0"),
.package(url: "https://github.com/Kitura/BlueSocket.git", from: "2.0.0"),
.package(url: "https://github.com/Kitura/BlueSSLService.git", from: "2.0.0")
]

var kituraNetDependencies: [Target.Dependency] = [
Expand All @@ -35,7 +35,7 @@ var kituraNetDependencies: [Target.Dependency] = [

#if os(Linux)
dependencies.append(contentsOf: [
.package(url: "https://github.com/Kitura/BlueSignals.git", from: "1.0.200")
.package(url: "https://github.com/Kitura/BlueSignals.git", from: "2.0.0")
])

kituraNetDependencies.append(contentsOf: [
Expand Down

0 comments on commit 645f09e

Please sign in to comment.