Skip to content

Commit

Permalink
Upgrade maplibre version
Browse files Browse the repository at this point in the history
  • Loading branch information
hactar authored Feb 21, 2024
1 parent 34724f7 commit a41e1b9
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 a41e1b9

Please sign in to comment.