Skip to content

Commit dd8106f

Browse files
committed
Use AudioKit 5.2.1
1 parent 8c01594 commit dd8106f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
products: [.library(name: "SoundpipeAudioKit", targets: ["SoundpipeAudioKit"])],
1010
dependencies: [
1111
.package(url: "https://github.com/AudioKit/KissFFT", from: "1.0.0"),
12-
.package(url: "https://github.com/AudioKit/AudioKit", .branch("develop")),
12+
.package(url: "https://github.com/AudioKit/AudioKit", from: "5.2.0"),
1313
],
1414
targets: [
1515
.target(name: "Soundpipe",

0 commit comments

Comments
 (0)