diff --git a/Package.swift b/Package.swift index 6bd1086e..792dd6c4 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.10.1" -let commonChecksum = "49b24e8b2def452aca40f8ecb3f3986a7d242dda295dd7af8ad4be3c96a8bb5f" +let commonVersion = "24.13.0-SNAPSHOT-04-10--04-29.git-058b5a0" +let commonChecksum = "bad" let turfVersion: Version = "4.0.0" diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 1fd32092..a9c60a39 100644 --- a/Tests/Integration/Carthage/Cartfile +++ b/Tests/Integration/Carthage/Cartfile @@ -1 +1 @@ -binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.5.1 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.13.0-SNAPSHOT-04-10--04-29.git-058b5a0 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index d8dff7e1..a1b8d15a 100644 --- a/Tests/Integration/CocoaPods/Podfile +++ b/Tests/Integration/CocoaPods/Podfile @@ -1,5 +1,5 @@ platform :ios, '12.0' target 'PodInstall' do - pod 'MapboxCommon', '24.5.1' + pod 'MapboxCommon', '24.13.0-SNAPSHOT-04-10--04-29.git-058b5a0' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index a0a61859..90d9573a 100644 --- a/Tests/Integration/SPM/project.yml +++ b/Tests/Integration/SPM/project.yml @@ -4,7 +4,7 @@ options: packages: MapboxCommon: url: git@github.com:mapbox/mapbox-common-ios.git - branch: release/v24.5.1 + branch: release/v24.13.0-SNAPSHOT-04-10--04-29.git-058b5a0 targets: SPMTest: type: application