Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b363cd8

Browse files
committedJan 15, 2020
[Fix] updates SwiftyGPIO dependency to use an updated one
1 parent c3f119c commit b363cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
],
1414
dependencies: [
1515
// Dependencies declare other packages that this package depends on.
16-
.package(url: "https://github.com/uraimo/SwiftyGPIO.git", .exact("2.0.0-beta10")),
16+
.package(url: "https://github.com/samco182/SwiftyGPIO.git", .branch("next_release")),
1717
],
1818
targets: [
1919
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)
Failed to load comments.