Skip to content

Commit

Permalink
Merge pull request #22 from hactar/main
Browse files Browse the repository at this point in the history
Upgrade maplibre version
  • Loading branch information
ianthetechie authored Feb 26, 2024
2 parents 34724f7 + a41e1b9 commit a95c12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
targets: ["MapLibreSwiftDSL"]),
],
dependencies: [
.package(url: "https://github.com/maplibre/maplibre-gl-native-distribution.git", from: "6.0.0"),
.package(url: "https://github.com/maplibre/maplibre-gl-native-distribution.git", from: "6.1.0"),
.package(url: "https://github.com/stadiamaps/maplibre-swift-macros.git", branch: "main"),
// Testing
.package(url: "https://github.com/Kolos65/Mockable.git", from: "0.0.2"),
Expand Down

0 comments on commit a95c12b

Please sign in to comment.