Skip to content

Commit

Permalink
Update versions Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCulbertson authored Oct 18, 2023
1 parent c21697b commit 2bb80b5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cookbook/CookbookCommon/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 2bb80b5

Please sign in to comment.