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

Commit 20eb55c

Browse files
committed
Update Package.swift
1 parent b8d14d6 commit 20eb55c

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", from: "1.0.0")
1313
],
1414
targets: [
1515
.target(name: "SKServer",

0 commit comments

Comments
 (0)