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

Commit

Permalink
Package majorVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Zignego committed Jul 14, 2017
1 parent 41e7f31 commit 293ffb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ let package = Package(
Target(name: "SKServer")
],
dependencies: [
.Package(url: "https://github.com/SlackKit/SKCore", "4.0.0"),
.Package(url: "https://github.com/SlackKit/SKWebAPI", "4.0.0"),
.Package(url: "https://github.com/SlackKit/SKCore", majorVersion: 4),
.Package(url: "https://github.com/SlackKit/SKWebAPI", majorVersion: 4),
.Package(url: "https://github.com/httpswift/swifter.git", "1.3.3")
]
)

0 comments on commit 293ffb9

Please sign in to comment.