Skip to content

Commit

Permalink
Use version 5.2.1 of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Aug 6, 2021
1 parent 04f0754 commit dd63ddb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"package": "AudioKit",
"repositoryURL": "https://github.com/AudioKit/AudioKit",
"state": {
"branch": "develop",
"revision": "21ecc7b37e826bd3e2277015fe077c4c1ace8458",
"version": null
"branch": null,
"revision": "5eefc06cc8c503624c92edcb4acbf28574f08acf",
"version": "5.2.1"
}
},
{
Expand All @@ -23,9 +23,9 @@
"package": "SoundpipeAudioKit",
"repositoryURL": "https://github.com/AudioKit/SoundpipeAudioKit",
"state": {
"branch": "develop",
"revision": "ba482ca5908722ecba124093bc80cefd212ec2ec",
"version": null
"branch": null,
"revision": "dd8106ff8a768613623eb6cf40b5e1cc00b12eeb",
"version": "5.2.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
name: "SporthAudioKit",
platforms: [.macOS(.v10_13), .iOS(.v11), .tvOS(.v11)],
products: [.library(name: "SporthAudioKit", targets: ["SporthAudioKit"])],
dependencies: [.package(url: "https://github.com/AudioKit/SoundpipeAudioKit", .branch("develop"))],
dependencies: [.package(url: "https://github.com/AudioKit/SoundpipeAudioKit", from: "5.2.0")],
targets: [
.target(name: "Sporth", dependencies: ["SoundpipeAudioKit"]),
.target(name: "SporthAudioKit", dependencies: ["SoundpipeAudioKit", "CSporthAudioKit", "Sporth"]),
Expand Down

0 comments on commit dd63ddb

Please sign in to comment.