From 28f6f35f63391386e892835e461dcd856ed2908c Mon Sep 17 00:00:00 2001 From: Nick Culbertson Date: Thu, 26 Oct 2023 13:25:14 -0400 Subject: [PATCH] AudioKit version bump in Package.swift --- Cookbook/CookbookCommon/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cookbook/CookbookCommon/Package.swift b/Cookbook/CookbookCommon/Package.swift index 421d517..423b64e 100644 --- a/Cookbook/CookbookCommon/Package.swift +++ b/Cookbook/CookbookCommon/Package.swift @@ -7,7 +7,7 @@ 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.1"), + .package(url: "https://github.com/AudioKit/AudioKit", from: "5.6.2"), .package(url: "https://github.com/AudioKit/AudioKitUI", from: "0.3.6"), .package(url: "https://github.com/AudioKit/AudioKitEX", from: "5.6.0"), .package(url: "https://github.com/AudioKit/Controls", from: "1.1.2"),