Skip to content

Commit

Permalink
update mapscore reference
Browse files Browse the repository at this point in the history
  • Loading branch information
stmitt committed Oct 29, 2024
1 parent cc24f1e commit f168605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/openmobilemaps/maps-core", .upToNextMinor(from: "3.0.0")),
.package(url: "https://github.com/UbiqueInnovation/ubkit-ios", from: "1.12.5"),
.package(url: "https://github.com/openmobilemaps/maps-core", from: .init(stringLiteral: "3.0.0-rc.1")),
.package(url: "https://github.com/UbiqueInnovation/ubkit-ios", .upToNextMinor(from: "1.12.5")),
],
targets: [
.target(
Expand Down

0 comments on commit f168605

Please sign in to comment.