Skip to content

Commit

Permalink
Update PerformanceTesting dependency (#212)
Browse files Browse the repository at this point in the history
* Update PerformanceTesting dependency reference

* Update packages
  • Loading branch information
bwetherfield authored Jul 8, 2019
1 parent b659f8a commit 7503185
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"package": "PerformanceTesting",
"repositoryURL": "https://github.com/dn-m/PerformanceTesting",
"state": {
"branch": "pitchspeller-dependency",
"revision": "fd97209b9465e698c51cb30dfc24db35f39fa5c5",
"version": null
"branch": null,
"revision": "7c73a60c4b69b981ac3dd4015cc26cea0e45c8c7",
"version": "0.4.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
.library(name: "Algorithms", targets: ["Algorithms"])
],
dependencies: [
.package(url: "https://github.com/dn-m/PerformanceTesting", .branch("pitchspeller-dependency"))
.package(url: "https://github.com/dn-m/PerformanceTesting", from: "0.4.0")
],
targets: [

Expand Down

0 comments on commit 7503185

Please sign in to comment.