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

Commit 5291e51

Browse files
authored
Merge pull request #4 from Nonchalant/linux_compile_error
Fix: Linux Compile Error
2 parents 5c2a99a + 5249931 commit 5291e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
dependencies: [
1010
.package(url: "https://github.com/SlackKit/SKCore", .upToNextMinor(from: "4.1.0")),
1111
.package(url: "https://github.com/SlackKit/SKWebAPI", .upToNextMinor(from: "4.1.0")),
12-
.package(url: "https://github.com/httpswift/swifter.git", .upToNextMinor(from: "1.4.0"))
12+
.package(url: "https://github.com/httpswift/swifter.git", .branch("stable"))
1313
],
1414
targets: [
1515
.target(name: "SKServer",

0 commit comments

Comments
 (0)