diff --git a/Cookbook/CookbookCommon/Package.swift b/Cookbook/CookbookCommon/Package.swift index 9277b86..42c83f5 100644 --- a/Cookbook/CookbookCommon/Package.swift +++ b/Cookbook/CookbookCommon/Package.swift @@ -7,15 +7,15 @@ let package = Package( platforms: [.macOS(.v12), .iOS(.v15), .tvOS(.v15)], products: [.library(name: "CookbookCommon", targets: ["CookbookCommon"])], dependencies: [ - .package(url: "https://github.com/AudioKit/AudioKit", from: "5.6.0"), - .package(url: "https://github.com/AudioKit/AudioKitUI", from: "0.3.4"), + .package(url: "https://github.com/AudioKit/AudioKit", from: "5.6.1"), + .package(url: "https://github.com/AudioKit/AudioKitUI", from: "0.3.5"), .package(url: "https://github.com/AudioKit/AudioKitEX", from: "5.6.0"), - .package(url: "https://github.com/AudioKit/Controls", from: "1.0.0"), - .package(url: "https://github.com/AudioKit/DunneAudioKit", from: "5.5.0"), - .package(url: "https://github.com/AudioKit/Keyboard", from: "1.3.0"), - .package(url: "https://github.com/AudioKit/SoundpipeAudioKit", from: "5.6.0"), - .package(url: "https://github.com/AudioKit/SporthAudioKit", from: "5.5.0"), - .package(url: "https://github.com/AudioKit/Tonic", from: "1.0.0"), + .package(url: "https://github.com/AudioKit/Controls", from: "1.1.2"), + .package(url: "https://github.com/AudioKit/DunneAudioKit", from: "5.6.1"), + .package(url: "https://github.com/AudioKit/Keyboard", from: "1.3.6"), + .package(url: "https://github.com/AudioKit/SoundpipeAudioKit", from: "5.6.1"), + .package(url: "https://github.com/AudioKit/SporthAudioKit", from: "5.5.1"), + .package(url: "https://github.com/AudioKit/Tonic", from: "1.0.10"), ], targets: [ .target(