Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Package.swift to relax requirements #39

Merged
merged 2 commits into from
Apr 17, 2018
Merged

Conversation

KyeMaloy97
Copy link
Contributor

No description provided.

@KyeMaloy97 KyeMaloy97 requested a review from ianpartridge April 17, 2018 09:39
Package.swift Outdated
@@ -30,8 +30,8 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/IBM-Swift/Kitura-net.git", .upToNextMinor(from: "2.0.0")),
.package(url: "https://github.com/IBM-Swift/BlueCryptor.git", .upToNextMinor(from: "0.8.0")),
.package(url: "https://github.com/IBM-Swift/Kitura-net.git", from:("2.1.0")),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be from: "2.1.0"

@codecov-io
Copy link

codecov-io commented Apr 17, 2018

Codecov Report

Merging #39 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #39   +/-   ##
=======================================
  Coverage   92.27%   92.27%           
=======================================
  Files           9        9           
  Lines         492      492           
=======================================
  Hits          454      454           
  Misses         38       38
Flag Coverage Δ
#KituraWebSocket 92.27% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 592bd2a...732d1d6. Read the comment docs.

@djones6 djones6 merged commit 1152789 into master Apr 17, 2018
@djones6 djones6 deleted the issue.relaxRequirements branch April 17, 2018 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants