Skip to content

Commit

Permalink
Fix this depending on the develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Aug 6, 2021
1 parent 0c98696 commit 7a7cce2
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": "AudioKit",
"repositoryURL": "https://github.com/AudioKit/AudioKit",
"state": {
"branch": "develop",
"revision": "21ecc7b37e826bd3e2277015fe077c4c1ace8458",
"version": null
"branch": null,
"revision": "5eefc06cc8c503624c92edcb4acbf28574f08acf",
"version": "5.2.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
products: [.library(name: "DunneAudioKit", targets: ["DunneAudioKit"])],
dependencies: [
.package(url: "https://github.com/AudioKit/KissFFT", from: "1.0.0"),
.package(url: "https://github.com/AudioKit/AudioKit", .branch("develop"))
.package(url: "https://github.com/AudioKit/AudioKit", from: "5.2.0")
],
targets: [
.target(name: "DunneAudioKit", dependencies: ["AudioKit", "CDunneAudioKit"]),
Expand Down

0 comments on commit 7a7cce2

Please sign in to comment.