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

Commit ee058e1

Browse files
authored
Merge pull request #5 from MrLotU/patch-1
Fix crash on `swift build`
2 parents 5291e51 + 1a17c1f commit ee058e1

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", .branch("stable"))
12+
.package(url: "https://github.com/httpswift/swifter.git", .upToNextMinor(from: "1.4.1"))
1313
],
1414
targets: [
1515
.target(name: "SKServer",

0 commit comments

Comments
 (0)