diff --git a/Package.resolved b/Package.resolved index f367042..a0626bb 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/maplibre/maplibre-gl-native-distribution.git", "state" : { - "revision" : "3df876f8f2c6c591b0f66a29b3e216020afc885c", - "version" : "6.0.0" + "revision" : "818e1d6b83e4cbe8482eca3e6e57d3f560926157", + "version" : "6.1.1" } }, { @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/stadiamaps/maplibre-swift-macros.git", "state" : { - "branch" : "main", - "revision" : "b8deecb8adc3b911de311ead5a13b98fbf2d7824" + "revision" : "507939d324a6296554894e1a534bb3f9c91a82d8", + "version" : "0.0.1" } }, { diff --git a/Package.swift b/Package.swift index 4fadcbf..0035198 100644 --- a/Package.swift +++ b/Package.swift @@ -20,7 +20,7 @@ let package = Package( ], dependencies: [ .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"), + .package(url: "https://github.com/stadiamaps/maplibre-swift-macros.git", from: "0.0.1"), // Testing .package(url: "https://github.com/Kolos65/Mockable.git", from: "0.0.2"), .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.15.3"),