Skip to content

Commit

Permalink
Merge pull request Kitura#243 from fouadhatem/patch-1
Browse files Browse the repository at this point in the history
Update repo references
  • Loading branch information
dannys42 authored Sep 19, 2020
2 parents 1a62753 + 7917ee4 commit 4193b5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// swift-tools-version:5.0
// The swift-tools-version declares the minimum version of Swift required to build this package.
/*
* Copyright IBM Corporation 2016, 2017, 2018
* Copyright IBM Corporation and the Kitura project authors 2016-2020
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -30,8 +30,8 @@ let package = Package(
.package(url: "https://github.com/apple/swift-nio.git", from: "2.8.0"),
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.0.0"),
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.0.0"),
.package(url: "https://github.com/IBM-Swift/BlueSSLService.git", from: "1.0.0"),
.package(url: "https://github.com/IBM-Swift/LoggerAPI.git", from: "1.7.3")
.package(url: "https://github.com/Kitura/BlueSSLService.git", from: "1.0.0"),
.package(url: "https://github.com/Kitura/LoggerAPI.git", from: "1.7.3")
],
targets: [
.target(
Expand Down

0 comments on commit 4193b5b

Please sign in to comment.