Skip to content

Commit

Permalink
Merge pull request #24 from hicka04/fix/install/swiftpm-swift5.3
Browse files Browse the repository at this point in the history
Fix install from SwiftPM with Swift5.3
  • Loading branch information
bannzai authored Jan 24, 2021
2 parents 8019fe2 + 9137681 commit 4f89c4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"repositoryURL": "https://github.com/kareman/SwiftShell.git",
"state": {
"branch": null,
"revision": "fb7fc2c9ad8811caf324431a508fb79e3fb74f99",
"version": "5.0.1"
"revision": "99680b2efc7c7dbcace1da0b3979d266f02e213c",
"version": "5.1.0"
}
},
{
Expand Down
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 declare other packages that this package depends on.
.package(url: "https://github.com/bannzai/XcodeProject.git", from: Version(1, 1, 1)),
.package(url: "https://github.com/behrang/YamlSwift.git", from: Version(3, 4, 4)),
.package(url: "https://github.com/kareman/SwiftShell.git", from: Version(5, 0, 1)),
.package(url: "https://github.com/kareman/SwiftShell.git", from: Version(5, 1, 0)),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 4f89c4b

Please sign in to comment.