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 #4 from Nonchalant/linux_compile_error
Browse files Browse the repository at this point in the history
Fix: Linux Compile Error
  • Loading branch information
pvzig authored Jul 1, 2018
2 parents 5c2a99a + 5249931 commit 5291e51
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", .upToNextMinor(from: "1.4.0"))
.package(url: "https://github.com/httpswift/swifter.git", .branch("stable"))
],
targets: [
.target(name: "SKServer",
Expand Down

0 comments on commit 5291e51

Please sign in to comment.