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 5c41de4 commit 8e5e7b1Copy full SHA for 8e5e7b1
1 file changed
Package.swift
@@ -8,7 +8,7 @@ let package = Package(
8
platforms: [.macOS(.v12), .iOS(.v15)],
9
products: [.library(name: "AudioKitUI", targets: ["AudioKitUI"])],
10
dependencies: [
11
- .package(url: "https://github.com/AudioKit/AudioKit.git", from: "5.3.0"),
+ .package(url: "https://github.com/AudioKit/AudioKit.git", from: "5.6.1"),
12
.package(url: "https://github.com/AudioKit/Controls.git", from: "1.1.0"),
13
],
14
targets: [
0 commit comments