Skip to content

Commit

Permalink
Updating AK
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Jun 25, 2023
1 parent 5718ef0 commit 06d49f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ 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", from: "5.5.0"),
.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"),
],
targets: [
.target(name: "DunneAudioKit", dependencies: ["AudioKit", "AudioKitEX", "CDunneAudioKit"]),
Expand Down

0 comments on commit 06d49f6

Please sign in to comment.