Skip to content

Commit

Permalink
Update iOS package to use MapboxCoreSearch beta.17 (Package.swift)
Browse files Browse the repository at this point in the history
- Update Swift tools version
  • Loading branch information
aokj4ck committed Apr 26, 2024
1 parent 6488f25 commit 8a453b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.7
5.10
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import PackageDescription
import Foundation

let (coreSearchVersion, coreSearchVersionHash) = ("2.0.0-alpha.16", "315d5f6ed1446f5ca5d62cc6e4124ae01fa271ad9d675268e886c38149db8532")
let (coreSearchVersion, coreSearchVersionHash) = ("2.0.0-beta.17", "239f728f2fca89cc6103aedd3cd242ba6633eb4f07b6d5e1a3ee48cf690b209c")

let commonMinVersion = Version("24.2.0")
let commonMaxVersion = Version("25.0.0")
Expand Down

0 comments on commit 8a453b5

Please sign in to comment.