Skip to content
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
pvzig committed Feb 19, 2018
1 parent b8d14d6 commit 20eb55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/SlackKit/SKCore", .upToNextMinor(from: "4.1.0")),
.package(url: "https://github.com/SlackKit/SKWebAPI", .upToNextMinor(from: "4.1.0")),
.package(url: "https://github.com/httpswift/swifter.git", .branch("stable"))
.package(url: "https://github.com/httpswift/swifter.git", from: "1.0.0")
],
targets: [
.target(name: "SKServer",
Expand Down

0 comments on commit 20eb55c

Please sign in to comment.