You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2017/06/17 00:51:00 UTC

[incubator-openwhisk] branch master updated: Fixes issue #2394, pin CCurl version in Package.swift (#2395)

This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 46ed108  Fixes issue #2394, pin CCurl version in Package.swift (#2395)
46ed108 is described below

commit 46ed108ea050809ad6d7026bbbbd2b43a2aca19d
Author: Paul Castro <ca...@us.ibm.com>
AuthorDate: Fri Jun 16 20:50:57 2017 -0400

    Fixes issue #2394, pin CCurl version in Package.swift (#2395)
---
 core/swift3Action/spm-build/Package.swift | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/swift3Action/spm-build/Package.swift b/core/swift3Action/spm-build/Package.swift
index c4b964d..2be072b 100644
--- a/core/swift3Action/spm-build/Package.swift
+++ b/core/swift3Action/spm-build/Package.swift
@@ -19,7 +19,8 @@ import PackageDescription
 let package = Package(
     name: "Action",
         dependencies: [
-    .Package(url: "https://github.com/IBM-Swift/Kitura-net.git", "1.0.1"),
+            .Package(url: "https://github.com/IBM-Swift/CCurl.git", "0.2.3"),
+            .Package(url: "https://github.com/IBM-Swift/Kitura-net.git", "1.0.1"),
             .Package(url: "https://github.com/IBM-Swift/SwiftyJSON.git", "14.2.0"),
             .Package(url: "https://github.com/IBM-Swift/swift-watson-sdk.git", "0.4.1")
         ]

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].