Skip to content

Commit

Permalink
Be sure to use the most stable version of TaskKit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponyboy47 committed Jul 2, 2018
1 parent 5717cb9 commit c32c8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -11,7 +11,7 @@ var dependencies: [Package.Dependency] = [
.package(url: "https://github.com/kareman/SwiftShell.git", .upToNextMinor(from: "4.1.0")),
.package(url: "https://github.com/SwiftyBeaver/SwiftyBeaver.git", .upToNextMinor(from: "1.4.0")),
.package(url: "https://github.com/Ponyboy47/LockSmith.git", .upToNextMinor(from: "0.3.0")),
.package(url: "https://github.com/Ponyboy47/TaskKit.git", .upToNextMinor(from: "0.4.0"))
.package(url: "https://github.com/Ponyboy47/TaskKit.git", .upToNextMinor(from: "0.4.2"))
]
var namedDependencies: [Target.Dependency] = ["Signals", "CLI", "Cron", "Downpour", "PathKit", "SwiftShell", "SwiftyBeaver", "LockSmith", "TaskKit"]

Expand Down

0 comments on commit c32c8c4

Please sign in to comment.