Skip to content
This repository was archived by the owner on Jun 12, 2022. It is now read-only.

Commit 2678bd3

Browse files
committed
Use AudioKit 5.2.0+
1 parent 41f78a4 commit 2678bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
name: "SoulAudioKit",
88
platforms: [.macOS(.v10_13), .iOS(.v11), .tvOS(.v11)],
99
products: [.library(name: "SoulAudioKit", targets: ["SoulAudioKit"])],
10-
dependencies: [.package(url: "https://github.com/AudioKit/AudioKit", .branch("develop"))],
10+
dependencies: [.package(url: "https://github.com/AudioKit/AudioKit", from: "5.2.0")],
1111
targets: [
1212
.target(name: "SoulAudioKit", dependencies: ["AudioKit", "CSoulAudioKit"]),
1313
.target(name: "CSoulAudioKit", dependencies: ["AudioKit"]),

0 commit comments

Comments
 (0)