Skip to content

Commit b66fb1e

Browse files
committed
Update to 5.4
1 parent 0fe316f commit b66fb1e

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(.v10_13), .iOS(.v11), .tvOS(.v11)],
99
products: [.library(name: "AudioKitEX", targets: ["AudioKitEX"])],
10-
dependencies: [.package(url: "https://github.com/AudioKit/AudioKit", from: "5.3.0")],
10+
dependencies: [.package(url: "https://github.com/AudioKit/AudioKit", from: "5.4.0")],
1111
targets: [
1212
.target(name: "AudioKitEX", dependencies: ["AudioKit", "CAudioKitEX"]),
1313
.target(name: "CAudioKitEX", cxxSettings: [.headerSearchPath(".")]),

0 commit comments

Comments
 (0)