Skip to content

Commit

Permalink
updated dependency support
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince2k3 committed Sep 25, 2019
1 parent 0767abb commit ab8fe4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.8.4"),
.package(url: "https://github.com/Prince2k3/datasource.git", .branch("master")),
.package(url: "https://github.com/Prince2k3/datasource.git", from: "2.0.0"),
.package(url: "https://github.com/Prince2k3/swift-additions.git", from: "1.1.1"),
.package(url: "https://github.com/marmelroy/PhoneNumberKit.git", from: "3.0.0"),
.package(url: "https://github.com/malcommac/SwiftDate.git", from: "6.1.0"),
Expand Down

0 comments on commit ab8fe4a

Please sign in to comment.