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

Commit

Permalink
Merge pull request #5 from MrLotU/patch-1
Browse files Browse the repository at this point in the history
Fix crash on `swift build`
  • Loading branch information
pvzig authored Jul 5, 2018
2 parents 5291e51 + 1a17c1f commit ee058e1
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", .upToNextMinor(from: "1.4.1"))
],
targets: [
.target(name: "SKServer",
Expand Down

0 comments on commit ee058e1

Please sign in to comment.