-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Use from
instead of upToNextMinor
for OpenCombine
#34
Conversation
Generated by 🚫 Danger Swift against 9a4e258 |
Package.swift
Outdated
@@ -10,7 +10,7 @@ let package = Package( | |||
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.1.1"), | |||
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "0.2.0")), | |||
.package(url: "https://github.com/apple/swift-tools-support-core.git", .upToNextMinor(from: "0.1.3")), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 🚫 Line should be 100 characters or less: currently 106 characters (
line_length
)
Package.swift
Outdated
.package(url: "https://github.com/apple/swift-tools-support-core.git", .upToNextMinor(from: "0.1.3")), | ||
.package(url: "https://github.com/OpenCombine/OpenCombine.git", .upToNextMinor(from: "0.10.0")), | ||
.package( | ||
url: "https://github.com/apple/swift-argument-parser", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 🚫 Lines should not have trailing whitespace. (
trailing_whitespace
)
Generated by 🚫 Danger Swift against ddc8d3c |
Generated by 🚫 Danger Swift against 327015f |
BTW, does |
It's already updated by your PR, and it doesn't encode the version constraints as far as I'm aware. The bot runs |
Nice! |
This comes after I was reminded that we're using an old version in #33.