Skip to content

Commit 398bcc7

Browse files
committed
Reset the package.swift file
1 parent 1157fe8 commit 398bcc7

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: "AudioKitEX",
88
platforms: [.macOS(.v12), .iOS(.v13), .tvOS(.v13)],
99
products: [.library(name: "AudioKitEX", targets: ["AudioKitEX"])],
10-
dependencies: [.package(url: "https://github.com/AudioKit/AudioKit", branch: "dynamic_graph_crash")],
10+
dependencies: [.package(url: "https://github.com/AudioKit/AudioKit", from: "5.7.1")],
1111
targets: [
1212
.target(name: "AudioKitEX", dependencies: ["AudioKit", "CAudioKitEX"]),
1313
.target(name: "CAudioKitEX", cxxSettings: [.headerSearchPath(".")]),

0 commit comments

Comments
 (0)