summaryrefslogtreecommitdiff
path: root/Package.swift
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-11-02 11:34:55 -0500
committerJoel Fischer <joeljfischer@gmail.com>2020-11-02 11:34:55 -0500
commitdec92ed32a29f2747bf8f15d8dcc14b3ab2e0efd (patch)
tree38524d62a232ccf6ceb4a6f3c708d9c696c770a3 /Package.swift
parent0eaf43f072e294ed417c5a47defc6f754103ec7f (diff)
downloadsdl_ios-dec92ed32a29f2747bf8f15d8dcc14b3ab2e0efd.tar.gz
Update for 7.0.0 RC 3
Diffstat (limited to 'Package.swift')
-rw-r--r--Package.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Package.swift b/Package.swift
index 56b8926d2..0b7fda6d4 100644
--- a/Package.swift
+++ b/Package.swift
@@ -12,7 +12,7 @@ let package = Package(
.library(name: "SmartDeviceLinkSwift", targets: ["SmartDeviceLinkSwift"])
],
dependencies: [
- .package(name: "BiSON", url: "https://github.com/smartdevicelink/bson_c_lib.git", .branch("feature/swift_pm_support"))
+ .package(name: "BiSON", url: "https://github.com/smartdevicelink/bson_c_lib.git", from: "1.2.2")
],
targets: [
.target(