We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5718ef0 commit 06d49f6Copy full SHA for 06d49f6
1 file changed
Package.swift
@@ -9,8 +9,8 @@ let package = Package(
9
products: [.library(name: "DunneAudioKit", targets: ["DunneAudioKit"])],
10
dependencies: [
11
.package(url: "https://github.com/AudioKit/KissFFT", from: "1.0.0"),
12
- .package(url: "https://github.com/AudioKit/AudioKit", from: "5.5.0"),
13
- .package(url: "https://github.com/AudioKit/AudioKitEX", from: "5.5.0"),
+ .package(url: "https://github.com/AudioKit/AudioKit", from: "5.6.0"),
+ .package(url: "https://github.com/AudioKit/AudioKitEX", from: "5.6.0"),
14
],
15
targets: [
16
.target(name: "DunneAudioKit", dependencies: ["AudioKit", "AudioKitEX", "CDunneAudioKit"]),
0 commit comments