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

Commit

Permalink
majorVersion 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Zignego committed Jul 14, 2017
1 parent c8cb638 commit 5d4b6ee
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: "SKRTMAPI")
],
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)
]
)

Expand Down

0 comments on commit 5d4b6ee

Please sign in to comment.