Skip to content

Commit

Permalink
Change package dependency to version instead of master.
Browse files Browse the repository at this point in the history
  • Loading branch information
katoemba committed May 4, 2020
1 parent 4431bb8 commit 32a2d74
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 @@ -12,8 +12,8 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/katoemba/connectorprotocol.git", .branch("master")),
.package(url: "https://github.com/katoemba/libmpdclient-swift.git", .upToNextMajor(from: "2.18.0")),
.package(url: "https://github.com/katoemba/connectorprotocol.git", .upToNextMajor(from: "1.7.6")),
.package(url: "https://github.com/katoemba/libmpdclient-swift.git", .upToNextMajor(from: "2.18.1")),
.package(url: "https://github.com/katoemba/rxnetservice.git", .upToNextMajor(from: "0.2.2")),
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "5.0.1")),
.package(url: "https://github.com/RxSwiftCommunity/RxSwiftExt.git", .upToNextMajor(from: "5.2.0")),
Expand Down

0 comments on commit 32a2d74

Please sign in to comment.