Skip to content

Commit

Permalink
Fix OctoKit version in Package.swift (#42)
Browse files Browse the repository at this point in the history
* Fix OctoKit version in Package.swift

* Fix SPMUtility version
  • Loading branch information
MaxDesiatov authored Apr 1, 2020
1 parent 56e52bc commit 739888a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ let package = Package(
// dev .package(url: "https://github.com/danger/swift", from: "3.0.0"),
// dev .package(path: "Submodules/WeTransfer-iOS-CI/Danger-Swift"),
// dev .package(url: "https://github.com/WeTransfer/Mocker.git", from: "2.1.0"),
// .package(url: "https://github.com/nerdishbynature/octokit.swift", from: "0.9.0"),
.package(url: "https://github.com/nerdishbynature/octokit.swift", .branch("master")),
.package(url: "https://github.com/apple/swift-package-manager.git", from: "0.1.0")
.package(url: "https://github.com/nerdishbynature/octokit.swift", .upToNextMajor(from: "0.10.1")),
.package(url: "https://github.com/apple/swift-package-manager.git", .upToNextMinor(from: "0.4.0"))
],
targets: [
// dev .testTarget(name: "GitBuddyTests", dependencies: ["GitBuddy", "Mocker"]),
Expand Down

0 comments on commit 739888a

Please sign in to comment.