Skip to content

Commit

Permalink
AudioKit version bump in Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCulbertson authored Oct 26, 2023
1 parent 3f1250e commit 28f6f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cookbook/CookbookCommon/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 28f6f35

Please sign in to comment.